diff options
| author | mo8it <mo8it@proton.me> | 2024-06-27 16:15:53 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-27 16:15:53 +0200 |
| commit | 61872166067ab83fbad87e55c562e28d98368bff (patch) | |
| tree | 2644d68d8e7a673f22a6a18a0ea16a27a641815d /rustlings-macros | |
| parent | 275a854d6ec71e4cdde9b4d1943a4dd6e3368ab6 (diff) | |
lifetimes3 solution
Diffstat (limited to 'rustlings-macros')
| -rw-r--r-- | rustlings-macros/info.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index e2ebfa5..f0e34a5 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -843,9 +843,7 @@ inner block: name = "lifetimes3" dir = "16_lifetimes" test = false -hint = """ -If you use a lifetime annotation in a struct's fields, where else does it need -to be added?""" +hint = """Let the compiler guide you :)""" # TESTS |
