Skip to content

Commit 06ddcfb

Browse files
authored
Merge pull request #1113 from Frosthage/main
Improve hint for as_ref_mut
2 parents d6bb854 + 5ff23a2 commit 06ddcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,4 +1171,4 @@ name = "as_ref_mut"
11711171
path = "exercises/conversions/as_ref_mut.rs"
11721172
mode = "test"
11731173
hint = """
1174-
Add AsRef<str> as a trait bound to the functions."""
1174+
Add AsRef<str> or AsMut<u32> as a trait bound to the functions."""

0 commit comments

Comments
 (0)