Skip to content

Commit eaa7b8e

Browse files
committed
make note of language vs libraries
1 parent 1f2b506 commit eaa7b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ help acquire such background familiarity.
1919

2020
This document also does not serve as a reference to the [standard] library
2121
included in the language distribution. Those libraries are documented
22-
separately by extracting documentation attributes from their source code.
22+
separately by extracting documentation attributes from their source code. Many
23+
of the features that one might expect to be language features are library
24+
features in Rust, so what you're looking for may be there, not here.
2325

2426
[guide]: guide.html
2527
[standard]: std/index.html

0 commit comments

Comments
 (0)