We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee7d0e commit 0149c0fCopy full SHA for 0149c0f
src/rustdoc-json-types/lib.rs
@@ -1099,8 +1099,7 @@ pub struct Trait {
1099
pub is_auto: bool,
1100
/// Whether the trait is marked as `unsafe`.
1101
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].
+ /// Whether the trait is [dyn compatible](https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility)[^1].
1104
///
1105
/// [^1]: Formerly known as "object safe".
1106
pub is_dyn_compatible: bool,
0 commit comments