We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5152a6f commit c7ac32aCopy full SHA for c7ac32a
src/libcore/option.rs
@@ -628,8 +628,6 @@ impl<T> Option<T> {
628
/// # Examples
629
///
630
/// ```rust
631
- /// #![feature(option_filter)]
632
- ///
633
/// fn is_even(n: &i32) -> bool {
634
/// n % 2 == 0
635
/// }
src/librustc_typeck/lib.rs
@@ -81,7 +81,6 @@ This API is completely unstable and subject to change.
81
#![feature(from_ref)]
82
#![cfg_attr(stage0, feature(match_default_bindings))]
83
#![feature(exhaustive_patterns)]
84
-#![feature(option_filter)]
85
#![feature(quote)]
86
#![feature(refcell_replace_swap)]
87
#![feature(rustc_diagnostic_macros)]
0 commit comments