We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3df9dd commit f6377c0Copy full SHA for f6377c0
exercises/modules/modules2.rs
@@ -1,13 +1,13 @@
1
// modules2.rs
2
// You can bring module paths into scopes and provide new names for them with the
3
-// 'use' and 'as' keywords. Fix these 'use' statments to make the code compile.
+// 'use' and 'as' keywords. Fix these 'use' statements to make the code compile.
4
// Make me compile! Execute `rustlings hint modules2` for hints :)
5
6
// I AM NOT DONE
7
8
mod delicious_snacks {
9
10
- // TODO: Fix these use statments
+ // TODO: Fix these use statements
11
use self::fruits::PEAR as ???
12
use self::veggies::CUCUMBER as ???
13
0 commit comments