Skip to content

Commit 293adfc

Browse files
committed
Try to move things around for clippy
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent b58d09a commit 293adfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impls/avx2/deser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ use crate::{
1616
Deserializer, Result, SillyWrapper,
1717
};
1818

19-
#[target_feature(enable = "avx2")]
2019
#[allow(
2120
clippy::if_not_else,
2221
clippy::cast_possible_wrap,
2322
clippy::too_many_lines
2423
)]
2524
#[cfg_attr(not(feature = "no-inline"), inline)]
2625
#[iex::iex]
26+
#[target_feature(enable = "avx2")]
2727
pub(crate) unsafe fn parse_str<'invoke, 'de>(
2828
input: SillyWrapper<'de>,
2929
data: &'invoke [u8],

0 commit comments

Comments
 (0)