1
Fork 0

Tidy fixup

This commit is contained in:
Oliver Scherer 2018-12-04 11:04:54 +01:00
parent f4115765c5
commit cb71752f91

View file

@ -492,7 +492,7 @@ declare_features! (
// `extern crate self as foo;` puts local crate root into extern prelude under name `foo`.
(active, extern_crate_self, "1.31.0", Some(56409), None),
// Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
(active, min_const_unsafe_fn, "1.31.0", Some(55607), None),
);