Skip to content

Commit 0149c0f

Browse files
committed
rustdoc-json-types: Finalize dyn compatibility renaming
1 parent dee7d0e commit 0149c0f

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)