diff --git a/info.toml b/info.toml index 7418943b..70dbc71f 100644 --- a/info.toml +++ b/info.toml @@ -1160,4 +1160,6 @@ name = "as_ref_mut" path = "exercises/conversions/as_ref_mut.rs" mode = "test" hint = """ -Add AsRef as a trait bound to the functions.""" +Hint 1: Add AsRef as a trait bound to the functions. +Hint 2: This function doesn't need to return anything as it's holding a mutable +reference, but consider the data type you'd want it to hold."""