1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 18:51:00 +02:00

Update visibility.md (#357)

This commit is contained in:
Charisee Chiw
2023-02-09 13:19:56 -08:00
committed by GitHub
parent cf931075d5
commit 3a734230c9

View File

@ -31,3 +31,8 @@ fn main() {
outer::public();
}
```
<details>
* Use the `pub` keyword to make mods public.
</details>