File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5
- refs/heads/try: 19e814ed9895c64ef362fe5834bc15678a8f10c3
5
+ refs/heads/try: 6c348dfe720e9c516b47beb1e318b8b3544ffe12
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -1689,7 +1689,7 @@ of an item to see whether it should be allowed or not. This is where privacy
1689
1689
warnings are generated, or otherwise "you used a private item of another module
1690
1690
and weren't allowed to."
1691
1691
1692
- By default, everything in rust is * private* , with one exception. Enum variants
1692
+ By default, everything in Rust is * private* , with one exception. Enum variants
1693
1693
in a ` pub ` enum are also public by default. You are allowed to alter this
1694
1694
default visibility with the ` priv ` keyword. When an item is declared as ` pub ` ,
1695
1695
it can be thought of as being accessible to the outside world. For example:
You can’t perform that action at this time.
0 commit comments