Formatting
This commit is contained in:
parent
3a9c9ea520
commit
b039a6c5c2
|
@ -115,7 +115,7 @@ that most of our test modules start with a `use super::*;` statement to bring al
|
||||||
|
|
||||||
## Visualizing the module tree
|
## 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!
|
[`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 New Issue