Skip to content

Commit

Permalink
Fudge inconsistent support for {#anchor} syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 18, 2024
1 parent df37a6e commit 41341d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait Seq<T> {
}
```

## Trait-Object Safety {#object-safety}
## Trait-Object Safety <a id="object-safety"></a>

An object-safe trait can be used in a `dyn Trait` type, and be the base trait of a [trait object].
A trait is *object safe* if it has the following qualities (defined in [RFC 255]):
Expand Down

0 comments on commit 41341d4

Please sign in to comment.