You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rustdoc-json-types/lib.rs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1099,8 +1099,7 @@ pub struct Trait {
1099
1099
pubis_auto:bool,
1100
1100
/// Whether the trait is marked as `unsafe`.
1101
1101
pubis_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].
0 commit comments