summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-22 13:35:54 +0200
committermo8it <mo8it@proton.me>2024-06-22 13:35:54 +0200
commit3d540ed946ee9fd522ba9ec26f68055f5c498317 (patch)
tree48bdcf0ef31a3ac79720c386961adb7a430fceea /rustlings-macros/info.toml
parent98cd00de6378550985d819ac8cd1227c8a10818e (diff)
modules3 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-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