remove const_fn feature gate

This commit is contained in:
Ralf Jung 2021-05-07 18:56:16 +02:00
parent 881c1ac408
commit bafc51e01a
28 changed files with 48 additions and 128 deletions

View file

@ -274,9 +274,6 @@ declare_features! (
/// Allows using non lexical lifetimes (RFC 2094).
(active, nll, "1.0.0", Some(43234), None),
/// Allows the definition of `const` functions with some advanced features.
(active, const_fn, "1.2.0", Some(57563), None),
/// Allows associated type defaults.
(active, associated_type_defaults, "1.2.0", Some(29661), None),