Skip to content

Commit

Permalink
💩 zv: Workaround clippy issue #12133
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Jan 15, 2024
1 parent 2278526 commit e4fc12d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zvariant/src/fd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ impl<'de> Deserialize<'de> for Fd<'de> {
}
}

#[allow(clippy::unconditional_recursion)]
impl PartialEq for Fd<'_> {
fn eq(&self, other: &Self) -> bool {
self.as_raw_fd().eq(&other.as_raw_fd())
Expand Down

0 comments on commit e4fc12d

Please sign in to comment.