Skip to content

Commit 2a9c4f0

Browse files
committed
Remove option_reference_flattening from active.rs and symbol.rs
1 parent 76d7caa commit 2a9c4f0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,6 @@ declare_features! (
478478
(active, object_safe_for_dispatch, "1.40.0", Some(43561), None),
479479
/// Allows using `#[optimize(X)]`.
480480
(active, optimize_attribute, "1.34.0", Some(54882), None),
481-
/// Allows using `Option<&Option<T>>::flatten_ref()`,
482-
/// Option<&mut Option<T>>::flatten_ref()` and
483-
/// Option<&mut Option<T>>::flatten_mut()`
484-
(active, option_reference_flattening, "CURRENT_RUSTC_VERSION", None, None),
485481
/// Allows `extern "platform-intrinsic" { ... }`.
486482
(active, platform_intrinsics, "1.4.0", Some(27731), None),
487483
/// Allows using `#![plugin(myplugin)]`.

compiler/rustc_span/src/symbol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,6 @@ symbols! {
10431043
optin_builtin_traits,
10441044
option,
10451045
option_env,
1046-
option_reference_flattening,
10471046
options,
10481047
or,
10491048
or_patterns,

0 commit comments

Comments
 (0)