From a5c651cfdfe78d464653d63cc5b6496f50c2fab0 Mon Sep 17 00:00:00 2001 From: Carol Nichols Date: Tue, 5 May 2015 21:06:17 -0400 Subject: [PATCH] Point to the use declaration section from the re-exporting section The syntax for re-exporting privacy is covered in the use declaration item. --- src/doc/grammar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/grammar.md b/src/doc/grammar.md index e14300dcd5dd..6a2ad874513f 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