Add a builtin_type_shadow lint

This commit is contained in:
mcarton
2016-08-28 01:52:01 +02:00
parent 39d4a1b323
commit d87f137254
7 changed files with 73 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ use syntax::ptr::P;
pub mod cargo;
pub mod comparisons;
pub mod conf;
pub mod constants;
mod hir;
pub mod paths;
pub mod sugg;