about summary refs log tree commit diff
path: root/clippy_lints/src/methods/needless_option_take.rs
AgeCommit message (Expand)AuthorLines
2025-01-20`needless_option_take`: add autofixSamuel Tardieu-4/+14
2024-12-11allow needless_option_take to report for more casesEric-23/+32
2022-04-14Modify lint descriptioninfrandomness-1/+1
2022-04-14Introduce new lint checkinfrandomness-1/+9
2022-04-14Swap type checked expressioninfrandomness-1/+1
2022-04-14Swap span_lint for span_lint_and_sugginfrandomness-14/+17
2022-04-14Implement checks to the expressioninfrandomness-7/+14
2022-04-14Introduce option_take_on_temporary lintsinfrandomness-0/+23