summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml8
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