Add feature gate
This commit is contained in:
@@ -376,6 +376,8 @@ declare_features! (
|
||||
(active, deprecated_safe, "1.61.0", Some(94978), None),
|
||||
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
|
||||
(active, deprecated_suggestion, "1.61.0", Some(94785), None),
|
||||
/// Allows patterns to dereference values to match them.
|
||||
(active, deref_patterns, "1.64.0", Some(87121), None),
|
||||
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
|
||||
(active, doc_auto_cfg, "1.58.0", Some(43781), None),
|
||||
/// Allows `#[doc(cfg(...))]`.
|
||||
|
||||
Reference in New Issue
Block a user