Change lint names for upstream
This commit is contained in:
parent
15b8183ea8
commit
a0ecfe9e29
|
@ -30,10 +30,9 @@
|
||||||
#![feature(globs)] // for tests only
|
#![feature(globs)] // for tests only
|
||||||
|
|
||||||
// Coding conventions
|
// Coding conventions
|
||||||
#![deny(non_uppercase_pattern_statics)]
|
#![deny(non_uppercase_statics)]
|
||||||
#![deny(uppercase_variables)]
|
|
||||||
#![deny(non_camel_case_types)]
|
#![deny(non_camel_case_types)]
|
||||||
#![deny(non_snake_case_functions)]
|
#![deny(non_snake_case)]
|
||||||
#![deny(unused_mut)]
|
#![deny(unused_mut)]
|
||||||
#![warn(missing_doc)]
|
#![warn(missing_doc)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue