string-extend-chars
This adds the missing `&` to the suggestion if the target is a `str` slice (e.g. extending with `"foo"[..].chars()`).
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498