From 886d599c96ad0725cee05c50cf4ea9718fc02746 Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 14 Jul 2022 12:04:54 +0200 Subject: fix(structs): add hint comments --- exercises/structs/structs2.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'exercises/structs/structs2.rs') diff --git a/exercises/structs/structs2.rs b/exercises/structs/structs2.rs index f9c6427..32e311f 100644 --- a/exercises/structs/structs2.rs +++ b/exercises/structs/structs2.rs @@ -1,5 +1,6 @@ // structs2.rs // Address all the TODOs to make the tests pass! +// Execute `rustlings hint structs2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE -- cgit v1.2.3