Skip to content

Commit d36087b

Browse files
authored
Rollup merge of #75181 - WaffleLapkin:patch-2, r=ecstaticmorse
Fix typo in `librustc_feature/active.rs`
2 parents 1b61fd3 + 188ef3a commit d36087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_feature/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ declare_features! (
576576
/// Lazily evaluate constants. This allows constants to depend on type parameters.
577577
(active, lazy_normalization_consts, "1.46.0", Some(72219), None),
578578

579-
/// Alloc calling `transmute` in const fn
579+
/// Allows calling `transmute` in const fn
580580
(active, const_fn_transmute, "1.46.0", Some(53605), None),
581581

582582
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)