about summary refs log tree commit diff
path: root/clippy_lints/src/methods/path_ends_with_ext.rs
AgeCommit message (Expand)AuthorLines
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2024-11-15Rename all clippy_config::msrvs -> clippy_utils::msrvsPhilipp Krones-1/+1
2024-07-17Refactor for using config values:Jason Newcomb-1/+1
2023-12-26feat: add `manual_is_variant_and` lintYuxiang Qiu-1/+1
2023-11-02Format let-chains across the code basePhilipp Krones-1/+1
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-2/+1
2023-09-15new lint: `path_ends_with_ext`y21-0/+53