Remove underscore check for `manual_non_exhaustive` lint Fixes https://github.com/rust-lang/rust-clippy/issues/10550. As indicated in https://github.com/rust-lang/rust-clippy/pull/10559, the underscore check should be removed. changelog: remove underscore check for `manual_non_exhaustive` lint r? `@blyxyas`