rustc: Add lint for obsolete attributes

This also moves `#[auto_{en,de}code]` checker from syntax to lint.
This commit is contained in:
klutzy
2013-11-06 12:16:19 +09:00
parent 6ff697d393
commit 1f7bfac9d2
6 changed files with 13 additions and 59 deletions

View File

@@ -83,7 +83,6 @@ pub mod ext {
pub mod concat;
pub mod concat_idents;
pub mod log_syntax;
pub mod auto_encode;
pub mod source_util;
pub mod trace_macros;