Skip to content

Commit 5af65f1

Browse files
committed
Remove [inline] attributes
1 parent 46483cb commit 5af65f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ macro_rules! leader_field(
567567
}
568568

569569
impl From<u8> for $name {
570-
#[inline]
571570
fn from(x: u8) -> $name {
572571
match x {
573572
$($val => $name::$kind),+,
@@ -577,7 +576,6 @@ macro_rules! leader_field(
577576
}
578577

579578
impl From<$name> for u8 {
580-
#[inline]
581579
fn from(x: $name) -> u8 {
582580
match x {
583581
$($name::$kind => $val),+,

0 commit comments

Comments
 (0)