From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:09:40 +0000 (+0200) Subject: Formatting X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=b039a6c5c22c9737b8f59e000a8ec08ab0532cf7;p=rust_exercises.git Formatting --- diff --git a/book/src/03_ticket_v1/03_modules.md b/book/src/03_ticket_v1/03_modules.md index 6890639..7a12476 100644 --- a/book/src/03_ticket_v1/03_modules.md +++ b/book/src/03_ticket_v1/03_modules.md @@ -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. \ No newline at end of file +Refer to their documentation for installation instructions and usage examples.