Merge pull request #1113 from Frosthage/main

Improve hint for as_ref_mut
This commit is contained in:
liv 2023-06-12 12:36:06 +02:00 committed by GitHub
commit 06ddcfb0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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