File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ backing data would otherwise be in rodata.
126126### Notes on existing ecosystem traits
127127
128128These 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
377377design, making the names a bit of a misnomer (`Move` really means that its safe
378378to convert between `Pin<T>` and `&mut T`, for example). We want to make sure we
379379have adequate names before stabilizing these APIs.
380+
381+ [stable-deref]: https://crates.io/crates/stable_deref_trait
You can’t perform that action at this time.
0 commit comments