Skip to content

Commit 8967c0b

Browse files
committed
Fix linkchecker for object-safety
This is a temporary workaround since the linkchecker is not aware of javascript fragment redirects.
1 parent a772ce3 commit 8967c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/items/traits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ trait Seq<T> {
6565
}
6666
```
6767

68+
<a id="object-safety"></a>
6869
## Dyn compatibility
6970

7071
A dyn-compatible trait can be the base trait of a [trait object]. A trait is

0 commit comments

Comments
 (0)