rust-clippy/clippy_lints
Matthias Krüger b42ec5e04d needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
The suggestion would fail to apply.

Fixes #6921

changelog: needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
2021-03-18 23:47:21 +01:00
..
src needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not. 2021-03-18 23:47:21 +01:00
Cargo.toml Get rid of some unused dependecies 2021-03-16 14:51:57 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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