diff options
| author | mo8it <mo8it@proton.me> | 2024-06-22 13:35:54 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-22 13:35:54 +0200 |
| commit | 3d540ed946ee9fd522ba9ec26f68055f5c498317 (patch) | |
| tree | 48bdcf0ef31a3ac79720c386961adb7a430fceea /rustlings-macros/info.toml | |
| parent | 98cd00de6378550985d819ac8cd1227c8a10818e (diff) | |
modules3 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
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 |
