mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
TRPL: Remove Duplicate Reference
Pandoc shows a warning for this. I'm not sure if it's actually invalid Markdown.
This commit is contained in:
@@ -31,8 +31,6 @@ static N: i32 = 5;
|
||||
|
||||
Unlike [`let`][let] bindings, you must annotate the type of a `static`.
|
||||
|
||||
[let]: variable-bindings.html
|
||||
|
||||
Statics live for the entire lifetime of a program, and therefore any
|
||||
reference stored in a constant has a [`’static` lifetime][lifetimes]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user