mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
65951c969f
Fix needless_quesiton_mark false positive changelog: Fix [`needless_question_mark`] false positive where the inner value is implicity dereferenced by the question mark. Fixes #7107