mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
a591e725a6
unwrap_used: Don't recommend using `expect` when the `expect_used` lint is not allowed Fixes #9222 ``` changelog: [`unwrap_used`]: Don't recommend using `expect` when the `expect_used` lint is not allowed ```