]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #85425 - mbartlett21:patch-1, r=scottmcm
authorJack Huey <31162821+jackh726@users.noreply.github.com>
Wed, 19 May 2021 02:36:18 +0000 (22:36 -0400)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 02:36:18 +0000 (22:36 -0400)
Fix must_use on `Option::is_none`

This fixes the `#[must_use = ...]` on `Option::is_none` to have a working suggestion.

1  2 
library/core/src/option.rs

Simple merge