disable clippy::uninlined_format_args
This commit is contained in:
parent
3526e12e49
commit
0da39195c0
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::uninlined_format_args)]
|
||||
#![cfg_attr(feature = "simd", feature(portable_simd))]
|
||||
|
||||
mod error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue