1
Fork 0

Split doc_cfg and doc_auto_cfg features

This commit is contained in:
Guillaume Gomez 2021-11-02 14:36:54 +01:00
parent dca3f1b786
commit d50a4753b8
7 changed files with 28 additions and 5 deletions

View file

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