Skip to content

Commit

Permalink
temp fix is_some_and
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsDatapacks authored and PgBiel committed Dec 21, 2024
1 parent f95be0b commit 9a171f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-core/src/analyse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ fn get_compatible_record_fields<A: std::fmt::Debug>(
};

// The labels must be the same
#[allow(clippy::nonminimal_bool)] // TODO: Bump to Rust 1.83
if !argument
.label
.as_ref()
Expand Down

0 comments on commit 9a171f5

Please sign in to comment.