Split doc_cfg and doc_auto_cfg features
This commit is contained in:
parent
dca3f1b786
commit
d50a4753b8
7 changed files with 28 additions and 5 deletions
|
@ -688,6 +688,9 @@ declare_features! (
|
|||
/// not changed from prior instances of the same struct (RFC #2528)
|
||||
(incomplete, type_changing_struct_update, "1.58.0", Some(86555), None),
|
||||
|
||||
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
|
||||
(active, doc_auto_cfg, "1.58.0", Some(43781), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue