Remove nll from rust_2018_preview
NLL isn't quite ready yet so gonna hold off on inserting it into the preview.
This commit is contained in:
parent
57dc98434e
commit
98eab06648
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ declare_features! (
|
|||
(active, rustc_attrs, "1.0.0", Some(29642), None),
|
||||
|
||||
// Allows the use of non lexical lifetimes; RFC 2094
|
||||
(active, nll, "1.0.0", Some(43234), Some(Edition::Edition2018)),
|
||||
(active, nll, "1.0.0", Some(43234), None),
|
||||
|
||||
// Allows the use of #[allow_internal_unstable]. This is an
|
||||
// attribute on macro_rules! and can't use the attribute handling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue