mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
1df60b2257
Shorten `#[must_use]` Diagnostic Message for `Option::is_none` This shortens the `#[must_use]` diagnostics displayed, in light of the [review comment](https://github.com/rust-lang/rust/pull/62431/files#r300819839) on when this was originally added.