rust/clippy_lints
bors 52c8b536c9 Auto merge of #10342 - mitsuhiko:feature/question-mark-used, r=Alexendoo
Add question-mark-used lint

This lint complains when the question mark operator (try operator) is used.  This is a restriction lint that can be useful on local scopes where a custom error handling macro is supposed to be used to augment the error based on local scope data before returning.

Fixes #10340

---

changelog: New lint [`question_mark_used`]
[#10342](https://github.com/rust-lang/rust-clippy/pull/10342)
<!-- changelog_checked -->
2023-02-16 14:21:43 +00:00
..
src Auto merge of #10342 - mitsuhiko:feature/question-mark-used, r=Alexendoo 2023-02-16 14:21:43 +00:00
Cargo.toml update some dependencies 2023-01-31 23:31:12 +01:00
README.md

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