Fix typo in librustc_feature/active.rs

This commit is contained in:
Waffle Lapkin 2020-08-05 11:02:47 +03:00 committed by GitHub
parent dab2ae0404
commit 188ef3a200
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),
// -------------------------------------------------------------------------