Skip to content

Commit 1a7439f

Browse files
committed
Fix accidental removal in visibility grammar.
1 parent 57667f1 commit 1a7439f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/visibility-and-privacy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
> _Visibility_ :\
55
>       `pub`\
66
>    | `pub` `(` `crate` `)`\
7+
>    | `pub` `(` `self` `)`\
8+
>    | `pub` `(` `super` `)`\
79
>    | `pub` `(` `in` [_SimplePath_] `)`
810
911
These two terms are often used interchangeably, and what they are attempting to

0 commit comments

Comments
 (0)