mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
add the issue number to doc_masked's feature gate
This commit is contained in:
parent
f1b5225e8b
commit
2af12b7e45
@ -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