summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-19 16:17:10 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-22 17:54:09 -0400
commiteaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719 (patch)
treed651fcc80ef56c6c13ffe8f4c8bec5e47f30b916 /src/doc/reference.md
parent1f2b5061d336f8a45cc8dba445652dd8d62aef0c (diff)
downloadrust-eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719.tar.gz
rust-eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719.zip
make note of language vs libraries
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 170ccb53bf6..e61f617c045 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -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