Remove unused feature gate from librustc_resolve

This commit is contained in:
bjorn3 2019-11-17 20:08:15 +01:00
parent 341594e196
commit 1bfba4fbce

View file

@ -9,7 +9,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(label_break_value)]
#![feature(nll)]
#![recursion_limit = "256"]