]> git.lizzy.rs Git - rust.git/commitdiff
Point to the use declaration section from the re-exporting section
authorCarol Nichols <carol.nichols@gmail.com>
Wed, 6 May 2015 01:06:17 +0000 (21:06 -0400)
committerCarol Nichols <carol.nichols@gmail.com>
Mon, 11 May 2015 02:27:10 +0000 (22:27 -0400)
The syntax for re-exporting privacy is covered in the use declaration
item.

src/doc/grammar.md

index e14300dcd5dd73a5a844ac2ac89bb8b8f5e89b9a..6a2ad874513f16d9d5768d794a117214113f2e9e 100644 (file)
@@ -419,7 +419,7 @@ vis : "pub" ;
 ```
 ### Re-exporting and Visibility
 
-**FIXME:** grammar?
+See [Use declarations](#use-declarations).
 
 ## Attributes