From fe54d0f85b3170ba950bab8be9756c9dbf0098fd Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 14 Jul 2022 12:35:49 +0200 Subject: fix(modules): adjust hint comments --- exercises/modules/modules3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/modules/modules3.rs') diff --git a/exercises/modules/modules3.rs b/exercises/modules/modules3.rs index 8eed77d..35e0799 100644 --- a/exercises/modules/modules3.rs +++ b/exercises/modules/modules3.rs @@ -3,7 +3,7 @@ // and especially from the Rust standard library into your scope. // Bring SystemTime and UNIX_EPOCH // from the std::time module. Bonus style points if you can do it with one line! -// Make me compile! Execute `rustlings hint modules3` for hints :) +// Execute `rustlings hint modules3` or use the `hint` watch subcommand for a hint. // I AM NOT DONE -- cgit v1.2.3