Skip to content

Commit

Permalink
Rollup merge of #75181 - WaffleLapkin:patch-2, r=ecstaticmorse
Browse files Browse the repository at this point in the history
Fix typo in  `librustc_feature/active.rs`
  • Loading branch information
JohnTitor committed Aug 7, 2020
2 parents 1b61fd3 + 188ef3a commit d36087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_feature/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),

// -------------------------------------------------------------------------
Expand Down

0 comments on commit d36087b

Please sign in to comment.