mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
86391abc70
Also, lint question_mark for `let...else` clauses that can be simplified to use `?`. This lint isn't perfect as it doesn't support the unstable try blocks.