about summary refs log tree commit diff
path: root/clippy_lints/src/methods/unwrap_expect_used.rs
AgeCommit message (Expand)AuthorLines
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-1/+6
2024-07-05Use `is_in_test` in more places.Jason Newcomb-2/+2
2024-04-01fix fallout from previous commity21-1/+1
2023-08-02Extract never-like into `clippy_utils`Catherine Flores-19/+15
2023-08-02Do not lint unwrapping on `!` or never-like enumsCatherine Flores-0/+87