Improve impl_trait_in_bindings removed feature text

This commit is contained in:
Santiago Pastorino 2021-07-19 09:20:15 -03:00
parent e8c04b4386
commit e0745e8f5d
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -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