diff options
| author | liv <mokou@fastmail.com> | 2023-06-12 12:36:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:36:06 +0200 |
| commit | 06ddcfb0bb755a3efd099386503ee7f15cca1eb2 (patch) | |
| tree | b747d393b6117ebc3ff518fd6578ee4625c35904 /info.toml | |
| parent | d6bb8547b387ba7843cf93cb462d416ec89413c5 (diff) | |
| parent | 5ff23a286185daef544c72b00f90567183898929 (diff) | |
Merge pull request #1113 from Frosthage/main
Improve hint for as_ref_mut
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.""" |
