Skip to content

Commit 4b3d7ef

Browse files
authored
Rollup merge of #135898 - aDotInTheVoid:dyndoc, r=fmease
rustdoc-json-types: Finalize dyn compatibility renaming Followup to #131595. Part of #130852. Inspired by #135858 (does the same thing but for the rustdoc-types docs). r? ````@fmease````
2 parents 76e68cc + 0149c0f commit 4b3d7ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rustdoc-json-types/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,7 @@ pub struct Trait {
10991099
pub is_auto: bool,
11001100
/// Whether the trait is marked as `unsafe`.
11011101
pub is_unsafe: bool,
1102-
// FIXME(dyn_compat_renaming): Update the URL once the Reference is updated and hits stable.
1103-
/// Whether the trait is [dyn compatible](https://doc.rust-lang.org/reference/items/traits.html#object-safety)[^1].
1102+
/// Whether the trait is [dyn compatible](https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility)[^1].
11041103
///
11051104
/// [^1]: Formerly known as "object safe".
11061105
pub is_dyn_compatible: bool,

0 commit comments

Comments
 (0)