Add missing link

This commit is contained in:
Alice Ryhl 2024-05-24 17:48:35 +02:00
parent afe5534cb2
commit 5cfbde5182
1 changed files with 1 additions and 0 deletions

View File

@ -807,3 +807,4 @@ like `#[pointee]` that must be annotated on the field in question.
[`core::ops::CoerceUnsized`]: https://doc.rust-lang.org/stable/core/ops/trait.CoerceUnsized.html
[`DispatchFromDyn`]: https://doc.rust-lang.org/stable/core/ops/trait.DispatchFromDyn.html
[`core::ops::DispatchFromDyn`]: https://doc.rust-lang.org/stable/core/ops/trait.DispatchFromDyn.html
[unsafe-attribute]: https://github.com/rust-lang/rfcs/pull/3325