diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-11-23 12:18:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-23 12:18:09 +0100 |
| commit | 067ffddbbb623435c5cb5d8e10d7253ab60385c1 (patch) | |
| tree | ee49cc01ade2ce2e2c396a53fbc0491770e6cabf /src | |
| parent | 496a411e4e471fd497bda3785f6b1d205baee3f1 (diff) | |
| parent | c5e6dfc4f9ba04b906ceef2a4512d19bf079d8d0 (diff) | |
| download | rust-067ffddbbb623435c5cb5d8e10d7253ab60385c1.tar.gz rust-067ffddbbb623435c5cb5d8e10d7253ab60385c1.zip | |
Rollup merge of #37836 - steveklabnik:remove-incorrect-reference-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 https://github.com/rust-lang/rust/pull/37820
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index f8a1ec134d9..71dfcf0b067 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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. |
