From eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 19 Sep 2014 16:17:10 -0400 Subject: [PATCH] make note of language vs libraries --- src/doc/reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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