diff options
| author | mo8it <mo8it@proton.me> | 2024-06-27 02:25:11 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-27 02:25:11 +0200 |
| commit | de3f846a53055bbca5ec9dd6d536a31c82d39648 (patch) | |
| tree | c5ca723d1833700881b27dee0b397ccbb59167ee /rustlings-macros/info.toml | |
| parent | 46121b71cf2f4da296e80fad025eaee03c67dcd5 (diff) | |
generics2 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 23eb304..11d6d59 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -746,12 +746,8 @@ the generic of the vector.""" name = "generics2" dir = "14_generics" hint = """ -Currently we are wrapping only values of type `u32`. - -Maybe we could update the explicit references to this data type somehow? - -If you are still stuck https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-method-definitions -""" +Related section in The Book: +https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-method-definitions""" # TRAITS |
