diff options
| author | Mikael Frosthage <frosthage@pop-os.localdomain> | 2022-07-26 22:02:50 +0200 |
|---|---|---|
| committer | Mikael Frosthage <frosthage@pop-os.localdomain> | 2022-07-26 22:02:50 +0200 |
| commit | 5ff23a286185daef544c72b00f90567183898929 (patch) | |
| tree | 2cb0f170e5f087752ba9dbc536a960007df31c6a /info.toml | |
| parent | 39635598105264b8d60d5ad0c73d554a58dbf557 (diff) | |
Improve hint for as_ref_mut
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.""" |
