make note of language vs libraries

This commit is contained in:
Steve Klabnik 2014-09-19 16:17:10 -04:00 committed by Manish Goregaokar
parent 721c7421ee
commit 1d2cbad750
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ help acquire such background familiarity.
This document also does not serve as a reference to the [standard] library
included in the language distribution. Those libraries are documented
separately by extracting documentation attributes from their source code.
separately by extracting documentation attributes from their source code. Many
of the features that one might expect to be language features are library
features in Rust, so what you're looking for may be there, not here.
[guide]: guide.html
[standard]: std/index.html