Skip to content

Commit 9c50834

Browse files
committed
clippy
1 parent eb504bf commit 9c50834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//!
33
//! Only takes the string escaping part to avoid the abstraction overhead.
44
5+
#![allow(clippy::incompatible_msrv)]
6+
57
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
68
use std::arch::is_x86_feature_detected;
79

0 commit comments

Comments
 (0)