We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072cba9 commit 7d0ae69Copy full SHA for 7d0ae69
src/doc/trpl/const-and-static.md
@@ -31,8 +31,6 @@ static N: i32 = 5;
31
32
Unlike [`let`][let] bindings, you must annotate the type of a `static`.
33
34
-[let]: variable-bindings.html
35
-
36
Statics live for the entire lifetime of a program, and therefore any
37
reference stored in a constant has a [`’static` lifetime][lifetimes]:
38
0 commit comments