From b039a6c5c22c9737b8f59e000a8ec08ab0532cf7 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:09:40 +0200 Subject: [PATCH] Formatting --- book/src/03_ticket_v1/03_modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.45.2