Skip to content

Commit 5440733

Browse files
authored
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.
2 parents 8249004 + 2af12b7 commit 5440733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ declare_features! (
378378
// #[doc(cfg(...))]
379379
(active, doc_cfg, "1.21.0", Some(43781)),
380380
// #[doc(masked)]
381-
(active, doc_masked, "1.21.0", None),
381+
(active, doc_masked, "1.21.0", Some(44027)),
382382

383383
// allow `#[must_use]` on functions and comparison operators (RFC 1940)
384384
(active, fn_must_use, "1.21.0", Some(43302)),

0 commit comments

Comments
 (0)