Skip to content

Commit a5c651c

Browse files
committed
Point to the use declaration section from the re-exporting section
The syntax for re-exporting privacy is covered in the use declaration item.
1 parent c9c8ff1 commit a5c651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ vis : "pub" ;
419419
```
420420
### Re-exporting and Visibility
421421

422-
**FIXME:** grammar?
422+
See [Use declarations](#use-declarations).
423423

424424
## Attributes
425425

0 commit comments

Comments
 (0)