about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-15 18:31:55 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-15 18:42:45 +0530
commit6ce265ede7963e4c3b2da5ae07bbedf45fc08001 (patch)
tree9841095f71f1ecab23e0b023f6193815223abcb0 /src/doc
parentcb0900193b9a8cd9bd48e5acacaefa3296092ecf (diff)
parent1a99315c512cc5bd95e15705b2f34a815f1e882e (diff)
downloadrust-6ce265ede7963e4c3b2da5ae07bbedf45fc08001.tar.gz
rust-6ce265ede7963e4c3b2da5ae07bbedf45fc08001.zip
Rollup merge of #22308 - steveklabnik:gh19278, r=brson
 Fixes #19278
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/grammar.md4
-rw-r--r--src/doc/reference.md7
2 files changed, 5 insertions, 6 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md
index b4e023c2039..9124328b8ee 100644
--- a/src/doc/grammar.md
+++ b/src/doc/grammar.md
@@ -1,6 +1,4 @@
-# **This is a work in progress**
-
-% The Rust Grammar
+% Grammar
 
 # Introduction
 
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 1d618052e9f..3223e2f2626 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -5,9 +5,7 @@
 This document is the primary reference for the Rust programming language. It
 provides three kinds of material:
 
-  - Chapters that formally define the language grammar and, for each
-    construct, informally describe its semantics and give examples of its
-    use.
+  - Chapters that informally describe each language construct and their use.
   - Chapters that informally describe the memory model, concurrency model,
     runtime services, linkage model and debugging facilities.
   - Appendix chapters providing rationale and references to languages that
@@ -23,8 +21,11 @@ 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.
 
+You may also be interested in the [grammar].
+
 [book]: book/index.html
 [standard]: std/index.html
+[grammar]: grammar.html
 
 # Notation