Improve impl_trait_in_bindings removed feature text
This commit is contained in:
parent
e8c04b4386
commit
e0745e8f5d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ declare_features! (
|
|||
|
||||
/// Allows `impl Trait` in bindings (`let`, `const`, `static`).
|
||||
(removed, impl_trait_in_bindings, "1.55.0", Some(63065), None,
|
||||
Some("removed due to being incomplete and unstable")),
|
||||
Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: removed features
|
||||
|
|
Loading…
Add table
Reference in a new issue