Skip to content

Commit

Permalink
TRPL: Remove Duplicate Reference
Browse files Browse the repository at this point in the history
Pandoc shows a warning for this. I'm not sure if it's actually invalid Markdown.
  • Loading branch information
killercup committed May 15, 2015
1 parent 072cba9 commit 7d0ae69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/trpl/const-and-static.md
Expand Up @@ -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]:

Expand Down

0 comments on commit 7d0ae69

Please sign in to comment.