Rollup merge of #45024 - QuietMisdreavus:doc-masked-issue-num, r=pnkfelix
add the issue number to doc_masked's feature gate Whoops, missed this in the original `#[doc(masked)]` PR.
This commit is contained in:
commit
5440733971
@ -378,7 +378,7 @@ declare_features! (
|
||||
// #[doc(cfg(...))]
|
||||
(active, doc_cfg, "1.21.0", Some(43781)),
|
||||
// #[doc(masked)]
|
||||
(active, doc_masked, "1.21.0", None),
|
||||
(active, doc_masked, "1.21.0", Some(44027)),
|
||||
|
||||
// allow `#[must_use]` on functions and comparison operators (RFC 1940)
|
||||
(active, fn_must_use, "1.21.0", Some(43302)),
|
||||
|
Loading…
Reference in New Issue
Block a user