Fix naming conventions for new lints
This commit is contained in:
parent
c2d46037fa
commit
e60eaf59df
65 changed files with 111 additions and 108 deletions
|
@ -11,7 +11,7 @@
|
|||
// run-rustfix
|
||||
|
||||
#![feature(rust_2018_preview)]
|
||||
#![deny(absolute_path_not_starting_with_crate)]
|
||||
#![deny(absolute_paths_not_starting_with_crate)]
|
||||
#![allow(unused_imports)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue