1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Improve hint for as_ref_mut

This commit is contained in:
Mikael Frosthage
2022-07-26 22:02:50 +02:00
parent 3963559810
commit 5ff23a2861

View File

@ -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."""