Merge commit '3e3715c312' into clippy-subtree-update

This commit is contained in:
Philipp Krones 2025-02-06 15:00:24 +01:00
parent 4c11087e51
commit 5aa9d7ae7f
106 changed files with 2681 additions and 566 deletions

View file

@ -32,7 +32,7 @@ declare_clippy_lint! {
/// None => 0,
/// };
/// ```
#[clippy::version = "1.83.0"]
#[clippy::version = "1.86.0"]
pub UNNEEDED_STRUCT_PATTERN,
style,
"using struct pattern to match against unit variant"