Skip to content

Commit

Permalink
Rollup merge of rust-lang#37836 - steveklabnik:remove-incorrect-refer…
Browse files Browse the repository at this point in the history
…ence-comment, r=GuillaumeGomez

Clarify the reference's status.

The former wording only gave part of the picture, we want to be crystal
clear about this.

/cc @petrochenkov, who had concerns about rust-lang#37820
  • Loading branch information
GuillaumeGomez committed Nov 23, 2016
2 parents 496a411 + c5e6dfc commit 067ffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the language.

[**The Rust Reference**][ref]. While Rust does not have a
specification, the reference tries to describe its working in
detail. It tends to be out of date.
detail. It is accurate, but not necessarily complete.

[**Standard Library API Reference**][api]. Documentation for the
standard library.
Expand Down

0 comments on commit 067ffdd

Please sign in to comment.