Remove fn from feature name

This commit is contained in:
Dylan MacKenzie 2020-10-05 20:30:13 -07:00
parent af03b1143e
commit c4ef5fdf8f
10 changed files with 12 additions and 12 deletions

View file

@ -597,7 +597,7 @@ declare_features! (
(active, default_alloc_error_handler, "1.48.0", Some(66741), None),
/// Allows argument and return position `impl Trait` in a `const fn`.
(active, const_fn_impl_trait, "1.48.0", Some(77463), None),
(active, const_impl_trait, "1.48.0", Some(77463), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates