Is there any reason there is an `impl AddAssign<&str>` for `String`, but not `impl AddAssign<char>`? Anyway it's something I would expect.