disable clippy::uninlined_format_args

This commit is contained in:
0/0 2023-02-06 18:59:38 -07:00
parent 3526e12e49
commit 0da39195c0
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![allow(clippy::uninlined_format_args)]
#![cfg_attr(feature = "simd", feature(portable_simd))]
mod error;

View file

@ -1,3 +1,5 @@
#![allow(clippy::uninlined_format_args)]
extern crate bindgen;
use std::env;