rust/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
..
2021-03-16 14:51:57 +01:00

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