We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57667f1 commit 1a7439fCopy full SHA for 1a7439f
src/visibility-and-privacy.md
@@ -4,6 +4,8 @@
4
> _Visibility_ :\
5
> `pub`\
6
> | `pub` `(` `crate` `)`\
7
+> | `pub` `(` `self` `)`\
8
+> | `pub` `(` `super` `)`\
9
> | `pub` `(` `in` [_SimplePath_] `)`
10
11
These two terms are often used interchangeably, and what they are attempting to
0 commit comments