mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 18:13:29 +02:00
Improve hint for as_ref_mut
This commit is contained in:
@@ -1135,4 +1135,4 @@ name = "as_ref_mut"
|
|||||||
path = "exercises/conversions/as_ref_mut.rs"
|
path = "exercises/conversions/as_ref_mut.rs"
|
||||||
mode = "test"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
Add AsRef<str> as a trait bound to the functions."""
|
Add AsRef<str> or AsMut<u32> as a trait bound to the functions."""
|
||||||
|
|||||||
Reference in New Issue
Block a user