Formatting

This commit is contained in:
LukeMathWalker 2024-08-01 15:09:40 +02:00
parent 3a9c9ea520
commit b039a6c5c2

View file

@ -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.