diff options
| author | est31 <MTest31@outlook.com> | 2020-09-17 07:46:35 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-09-17 07:58:45 +0200 |
| commit | ebdea011436dfea810ff1bbd827636ac75f6f092 (patch) | |
| tree | b6608deccfc359698b42ecd816dde817d3d12f8b /compiler/rustc_privacy/src | |
| parent | 4fe6ca37898bcd65488764f2679e27c936879ade (diff) | |
| download | rust-ebdea011436dfea810ff1bbd827636ac75f6f092.tar.gz rust-ebdea011436dfea810ff1bbd827636ac75f6f092.zip | |
Remove redundant #![feature(...)] 's from compiler/
Diffstat (limited to 'compiler/rustc_privacy/src')
| -rw-r--r-- | compiler/rustc_privacy/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_privacy/src/lib.rs b/compiler/rustc_privacy/src/lib.rs index 03cc718b899..d451a383b12 100644 --- a/compiler/rustc_privacy/src/lib.rs +++ b/compiler/rustc_privacy/src/lib.rs @@ -1,7 +1,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(in_band_lifetimes)] #![feature(nll)] -#![feature(or_patterns)] #![recursion_limit = "256"] use rustc_attr as attr; |
