Remove uses of option_filter feature

This commit is contained in:
Thayne McCombs 2018-04-05 00:02:33 -06:00
parent 5152a6f285
commit c7ac32a1c1
2 changed files with 0 additions and 3 deletions

View file

@ -628,8 +628,6 @@ impl<T> Option<T> {
/// # Examples
///
/// ```rust
/// #![feature(option_filter)]
///
/// fn is_even(n: &i32) -> bool {
/// n % 2 == 0
/// }

View file

@ -81,7 +81,6 @@ This API is completely unstable and subject to change.
#![feature(from_ref)]
#![cfg_attr(stage0, feature(match_default_bindings))]
#![feature(exhaustive_patterns)]
#![feature(option_filter)]
#![feature(quote)]
#![feature(refcell_replace_swap)]
#![feature(rustc_diagnostic_macros)]