Rollup merge of #75181 - WaffleLapkin:patch-2, r=ecstaticmorse

Fix typo in  `librustc_feature/active.rs`
This commit is contained in:
Yuki Okushi 2020-08-07 09:35:18 +09:00 committed by GitHub
commit d36087bdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ declare_features! (
/// Lazily evaluate constants. This allows constants to depend on type parameters.
(active, lazy_normalization_consts, "1.46.0", Some(72219), None),
/// Alloc calling `transmute` in const fn
/// Allows calling `transmute` in const fn
(active, const_fn_transmute, "1.46.0", Some(53605), None),
// -------------------------------------------------------------------------