rm if_let gate
This commit is contained in:
parent
1e182b36fb
commit
98d88e7eb4
|
@ -1,4 +1,4 @@
|
|||
#![feature(globs, phase, plugin_registrar, if_let)]
|
||||
#![feature(globs, phase, plugin_registrar)]
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
|
@ -20,4 +20,4 @@ pub mod misc;
|
|||
pub fn plugin_registrar(reg: &mut Registry) {
|
||||
reg.register_lint_pass(box types::TypePass as LintPassObject);
|
||||
reg.register_lint_pass(box misc::MiscPass as LintPassObject);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue