Add several lints into unused lint group
Remove a couple of obsolete lints
This commit is contained in:
parent
690ff04594
commit
bf0cdb52f2
22 changed files with 53 additions and 55 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#![feature(plugin_registrar)]
|
||||
#![feature(box_syntax, rustc_private)]
|
||||
#![feature(macro_vis_matcher)]
|
||||
|
||||
// Load rustc as a plugin to get macros
|
||||
#[macro_use]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#![feature(plugin_registrar)]
|
||||
#![feature(box_syntax, rustc_private)]
|
||||
#![feature(macro_vis_matcher)]
|
||||
|
||||
extern crate syntax;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue