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,5 @@
|
|||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
extern crate bindgen;
|
||||
|
||||
use std::env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue