summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index ba414e3..58c0cdd 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -550,7 +550,7 @@ test = false
hint = """
`UNIX_EPOCH` and `SystemTime` are declared in the `std::time` module. Add a
`use` statement for these two to bring them into scope. You can use nested
-paths or the glob operator to bring these two in using only one line."""
+paths to bring these two in using only one line."""
# HASHMAPS