We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 890c3f9 + 4c7b963 commit 66faadaCopy full SHA for 66faada
src/doc/book/primitive-types.md
@@ -175,8 +175,6 @@ You can use a combo of `&` and `[]` to create a slice from various things. The
175
detail later in this section. The `[]`s, with a range, let you define the
176
length of the slice:
177
178
-[references]: references-and-borrowing.html
179
-
180
```rust
181
let a = [0, 1, 2, 3, 4];
182
let complete = &a[..]; // A slice containing all of the elements in a
0 commit comments