about summary refs log tree commit diff
path: root/clippy_lints/src/needless_else.rs
AgeCommit message (Expand)AuthorLines
2024-06-21Add new `Span` utils to avoid both allocating andJason Newcomb-8/+8
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-2/+2
2023-08-18Update version attribute for 1.72 lintsxFrednet-1/+1
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-2/+2
2023-07-02Fix typosCatherine-1/+1
2023-05-24Ignore #[cfg]'d out code in needless_elseAlex Macleod-19/+23
2023-05-22needless_else: new lint to check for empty else clausesSamuel "Sam" Tardieu-0/+57