forked from M-Labs/nac3
enabled clippy
This commit is contained in:
parent
dd29ae251a
commit
96317686af
|
@ -1,3 +1,6 @@
|
|||
#![warn(clippy::all)]
|
||||
#![allow(clippy::clone_double_ref)]
|
||||
|
||||
extern crate num_bigint;
|
||||
extern crate inkwell;
|
||||
extern crate rustpython_parser;
|
||||
|
|
Loading…
Reference in New Issue