Skip to content

Commit c7ac32a

Browse files
committed
Remove uses of option_filter feature
1 parent 5152a6f commit c7ac32a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/libcore/option.rs

-2
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,6 @@ impl<T> Option<T> {
628628
/// # Examples
629629
///
630630
/// ```rust
631-
/// #![feature(option_filter)]
632-
///
633631
/// fn is_even(n: &i32) -> bool {
634632
/// n % 2 == 0
635633
/// }

src/librustc_typeck/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ This API is completely unstable and subject to change.
8181
#![feature(from_ref)]
8282
#![cfg_attr(stage0, feature(match_default_bindings))]
8383
#![feature(exhaustive_patterns)]
84-
#![feature(option_filter)]
8584
#![feature(quote)]
8685
#![feature(refcell_replace_swap)]
8786
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)