Skip to content

Commit 3ab3fbd

Browse files
committed
Remove #[inline] attributes
1 parent 0674ae1 commit 3ab3fbd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/std/src/addresses.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ impl CanonicalAddr {
102102
///
103103
/// assert_eq!(bytes, &[0, 187, 61, 11, 250, 0]);
104104
/// ```
105-
#[inline]
106105
pub fn into_vec(self) -> Vec<u8> {
107106
self.into()
108107
}

packages/std/src/encoding.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl Binary {
5454
///
5555
/// assert_eq!(bytes, &[0, 187, 61, 11, 250, 0]);
5656
/// ```
57-
#[inline]
5857
pub fn into_vec(self) -> Vec<u8> {
5958
self.into()
6059
}

0 commit comments

Comments
 (0)