Skip to content

Commit 66faada

Browse files
Rollup merge of #33759 - aakloxu:patch-2, r=steveklabnik
Fix references links There are duplicate link references in the article and just remove one of them.
2 parents 890c3f9 + 4c7b963 commit 66faada

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/book/primitive-types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ You can use a combo of `&` and `[]` to create a slice from various things. The
175175
detail later in this section. The `[]`s, with a range, let you define the
176176
length of the slice:
177177

178-
[references]: references-and-borrowing.html
179-
180178
```rust
181179
let a = [0, 1, 2, 3, 4];
182180
let complete = &a[..]; // A slice containing all of the elements in a

0 commit comments

Comments
 (0)