rust/clippy_lints
Andre Bogus 7e68c718c0 fix the string-extend-chars suggestion on slice
This adds the missing `&` to the suggestion if the target is a
`str` slice (e.g. extending with `"foo"[..].chars()`).
2022-10-28 17:35:44 +02:00
..

This crate contains Clippy lints. For the main crate, check GitHub.