Skip to content

Commit 1172a5d

Browse files
author
boats
committed
stable_deref_trait crate link
1 parent 1cb123a commit 1172a5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

text/0000-pin_and_move.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ backing data would otherwise be in rodata.
126126
### Notes on existing ecosystem traits
127127
128128
These traits supplant certain traits in the ecosystem which already provide
129-
similar guarantees. In particular, the [stable-deref][stable-deref] crate
130-
provides a similar bit different hierarchy. The differences are:
129+
similar guarantees. In particular, the [stable_deref_trait][stable-deref]
130+
crate provides a similar bit different hierarchy. The differences are:
131131
132132
- That crate draws no distinction between `StableDeref` and `StableDerefMut`.
133133
This does not leave forward compatibility for the static string optimization
@@ -377,3 +377,5 @@ introduced (especially the `Move` trait) have evolved away from their original
377377
design, making the names a bit of a misnomer (`Move` really means that its safe
378378
to convert between `Pin<T>` and `&mut T`, for example). We want to make sure we
379379
have adequate names before stabilizing these APIs.
380+
381+
[stable-deref]: https://crates.io/crates/stable_deref_trait

0 commit comments

Comments
 (0)