mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 22:20:36 +00:00
add diagnostic items for clippy's `trim_split_whitespace` Adding the following diagnostic items: * str_split_whitespace, * str_trim, * str_trim_start, * str_trim_end They are needed for https://github.com/rust-lang/rust-clippy/pull/8575 r? `@flip1995`