Skip to content

Commit 7d0ae69

Browse files
committed
TRPL: Remove Duplicate Reference
Pandoc shows a warning for this. I'm not sure if it's actually invalid Markdown.
1 parent 072cba9 commit 7d0ae69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/doc/trpl/const-and-static.md

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ static N: i32 = 5;
3131

3232
Unlike [`let`][let] bindings, you must annotate the type of a `static`.
3333

34-
[let]: variable-bindings.html
35-
3634
Statics live for the entire lifetime of a program, and therefore any
3735
reference stored in a constant has a [`’static` lifetime][lifetimes]:
3836

0 commit comments

Comments
 (0)