We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
T
1 parent c2ffc21 commit 26119dbCopy full SHA for 26119db
src/exotic-sizes.md
@@ -20,7 +20,7 @@ information that "completes" them (more on this below).
20
There are two major DSTs exposed by the language:
21
22
* trait objects: `dyn MyTrait`
23
-* slices: [`[T]`], [`str`], and others
+* slices: [`[T]`][slice], [`str`], and others
24
25
A trait object represents some type that implements the traits it specifies.
26
The exact original type is *erased* in favor of runtime reflection
@@ -195,4 +195,4 @@ should behave.
195
[dst-issue]: https://github.com/rust-lang/rust/issues/26403
196
[extern-types]: https://github.com/rust-lang/rfcs/blob/master/text/1861-extern-types.md
197
[`str`]: ../std/primitive.str.html
198
-[`[T]`]: ../std/primitive.slice.html
+[slice]: ../std/primitive.slice.html
0 commit comments