From 5ff23a286185daef544c72b00f90567183898929 Mon Sep 17 00:00:00 2001
From: Mikael Frosthage <frosthage@pop-os.localdomain>
Date: Tue, 26 Jul 2022 22:02:50 +0200
Subject: [PATCH] Improve hint for as_ref_mut

---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index f07b9267..c3b0ca84 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."""