Fully stabilize NLL
This commit is contained in:
@@ -461,8 +461,6 @@ declare_features! (
|
||||
(active, never_type, "1.13.0", Some(35121), None),
|
||||
/// Allows diverging expressions to fall back to `!` rather than `()`.
|
||||
(active, never_type_fallback, "1.41.0", Some(65992), None),
|
||||
/// Allows using non lexical lifetimes (RFC 2094).
|
||||
(active, nll, "1.0.0", Some(43234), None),
|
||||
/// Allows `#![no_core]`.
|
||||
(active, no_core, "1.3.0", Some(29639), None),
|
||||
/// Allows function attribute `#[no_coverage]`, to bypass coverage
|
||||
|
||||
Reference in New Issue
Block a user