Skip to content

Commit

Permalink
Merge pull request #1113 from Frosthage/main
Browse files Browse the repository at this point in the history
Improve hint for as_ref_mut
  • Loading branch information
shadows-withal authored Jun 12, 2023
2 parents d6bb854 + 5ff23a2 commit 06ddcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,4 +1171,4 @@ name = "as_ref_mut"
path = "exercises/conversions/as_ref_mut.rs"
mode = "test"
hint = """
Add AsRef<str> as a trait bound to the functions."""
Add AsRef<str> or AsMut<u32> as a trait bound to the functions."""

0 comments on commit 06ddcfb

Please sign in to comment.