about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarol Nichols <carol.nichols@gmail.com>2015-05-05 21:06:17 -0400
committerCarol Nichols <carol.nichols@gmail.com>2015-05-10 22:27:10 -0400
commita5c651cfdfe78d464653d63cc5b6496f50c2fab0 (patch)
tree977e048e2a31c176d39dd1e481e59eb510e36c43
parentc9c8ff1762b6761b738380ba57c939d515eab50c (diff)
downloadrust-a5c651cfdfe78d464653d63cc5b6496f50c2fab0.tar.gz
rust-a5c651cfdfe78d464653d63cc5b6496f50c2fab0.zip
Point to the use declaration section from the re-exporting section
The syntax for re-exporting privacy is covered in the use declaration
item.
-rw-r--r--src/doc/grammar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md
index e14300dcd5d..6a2ad874513 100644
--- a/src/doc/grammar.md
+++ b/src/doc/grammar.md
@@ -419,7 +419,7 @@ vis : "pub" ;
 ```
 ### Re-exporting and Visibility
 
-**FIXME:** grammar?
+See [Use declarations](#use-declarations).
 
 ## Attributes