rust/clippy_lints
bebecue f86c35c326
Update lint suspicious_to_owned
`matches!(data, String)` will matches any type, replace it with explicit type annotation.
2022-11-05 04:44:02 +08:00
..
2022-11-05 04:44:02 +08:00

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