summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorMikael Frosthage <frosthage@pop-os.localdomain>2022-07-26 22:02:50 +0200
committerMikael Frosthage <frosthage@pop-os.localdomain>2022-07-26 22:02:50 +0200
commit5ff23a286185daef544c72b00f90567183898929 (patch)
tree2cb0f170e5f087752ba9dbc536a960007df31c6a /info.toml
parent39635598105264b8d60d5ad0c73d554a58dbf557 (diff)
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 f07b926..c3b0ca8 100644
--- a/info.toml
+++ b/info.toml
@@ -1135,4 +1135,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."""