mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
Formatting
This commit is contained in:
parent
3a9c9ea520
commit
b039a6c5c2
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ that most of our test modules start with a `use super::*;` statement to bring al
|
|||
|
||||
## Visualizing the module tree
|
||||
|
||||
If you're struggling to picture the module tree of your project, you can try using
|
||||
If you're struggling to picture the module tree of your project, you can try using
|
||||
[`cargo-modules`](https://crates.io/crates/cargo-modules) to visualize it!
|
||||
|
||||
Refer to their documentation for installation instructions and usage examples.
|
||||
Refer to their documentation for installation instructions and usage examples.
|
||||
|
|
Loading…
Reference in a new issue