diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 20:08:15 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-07 13:58:57 +0100 |
| commit | 1bfba4fbce25ac02a8023a817eee2c539c47c37e (patch) | |
| tree | de232d9fdcc4cc07e6cb243e1cf966c384aa5557 | |
| parent | 341594e1969795e4d48840ec48f0d6309ea0fa3a (diff) | |
| download | rust-1bfba4fbce25ac02a8023a817eee2c539c47c37e.tar.gz rust-1bfba4fbce25ac02a8023a817eee2c539c47c37e.zip | |
Remove unused feature gate from librustc_resolve
| -rw-r--r-- | src/librustc_resolve/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs index af4ba4c0eb2..2e63c3e1706 100644 --- a/src/librustc_resolve/lib.rs +++ b/src/librustc_resolve/lib.rs @@ -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"] |
