1
Fork 0

Fix naming conventions for new lints

This commit is contained in:
Vadim Petrochenkov 2018-05-19 01:13:53 +03:00
parent c2d46037fa
commit e60eaf59df
65 changed files with 111 additions and 108 deletions

View file

@ -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)]