Skip to content

Commit db09332

Browse files
update doc_masked docs and tracking issue
1 parent bb6de3c commit db09332

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/unstable-book/src/language-features/doc-masked.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `doc_masked`
22

3-
The tracking issue for this feature is: [TODO](TODO)
3+
The tracking issue for this feature is: [#44027]
44

55
-----
66

@@ -16,7 +16,7 @@ of trait implementations. The specifics of the feature are as follows:
1616
3. When listing types that implement a given trait, rustdoc ensures that types from masked crates
1717
are not emitted into the documentation.
1818

19-
This feature was introduced in PR [TODO](TODO) to ensure that compiler-internal and
19+
This feature was introduced in PR [#44026] to ensure that compiler-internal and
2020
implementation-specific types and traits were not included in the standard library's documentation.
2121
Such types would introduce broken links into the documentation.
2222

@@ -35,3 +35,6 @@ pub trait MyMarker { }
3535
impl MyMarker for f32 { }
3636
impl MyMarker for f64 { }
3737
```
38+
39+
[#44026]: https://github.com/rust-lang/rust/pull/44026
40+
[#44027]: https://github.com/rust-lang/rust/pull/44027

0 commit comments

Comments
 (0)