]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/active.rs
lowering: cleanup some hofs
[rust.git] / src / librustc_feature / active.rs
index 4c8c47a5671134b3cf270988e91fc22bc1a81215..6af9b6c0872780160e71c63332982c9344a433ed 100644 (file)
@@ -262,9 +262,6 @@ pub fn set(&self, features: &mut Features, span: Span) {
     /// Allows using non lexical lifetimes (RFC 2094).
     (active, nll, "1.0.0", Some(43234), None),
 
-    /// Allows using slice patterns.
-    (active, slice_patterns, "1.0.0", Some(62254), None),
-
     /// Allows the definition of `const` functions with some advanced features.
     (active, const_fn, "1.2.0", Some(57563), None),