Skip to content

Commit e4fc12d

Browse files
committed
💩 zv: Workaround clippy issue #12133
rust-lang/rust-clippy#12133
1 parent 2278526 commit e4fc12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎zvariant/src/fd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ impl<'de> Deserialize<'de> for Fd<'de> {
140140
}
141141
}
142142

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

0 commit comments

Comments
 (0)