You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 09:46:45 +02:00
Fix casing of “Rust” (#2433)
This commit is contained in:
@ -10,7 +10,7 @@ Omitting the module content will tell Rust to look for it in another file:
|
||||
mod garden;
|
||||
```
|
||||
|
||||
This tells rust that the `garden` module content is found at `src/garden.rs`.
|
||||
This tells Rust that the `garden` module content is found at `src/garden.rs`.
|
||||
Similarly, a `garden::vegetables` module can be found at
|
||||
`src/garden/vegetables.rs`.
|
||||
|
||||
|
Reference in New Issue
Block a user