summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-06-12 12:36:06 +0200
committerGitHub <noreply@github.com>2023-06-12 12:36:06 +0200
commit06ddcfb0bb755a3efd099386503ee7f15cca1eb2 (patch)
treeb747d393b6117ebc3ff518fd6578ee4625c35904 /info.toml
parentd6bb8547b387ba7843cf93cb462d416ec89413c5 (diff)
parent5ff23a286185daef544c72b00f90567183898929 (diff)
Merge pull request #1113 from Frosthage/main
Improve hint for as_ref_mut
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index e076cf8..cacad13 100644
--- a/info.toml
+++ b/info.toml
@@ -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."""