mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Rust 1.84 lints (#6781)
* Fix few lints * Fix remaining lints * Use fully qualified syntax
This commit is contained in:
@@ -293,7 +293,7 @@ impl<I> SlotHashSet<I> {
|
||||
Ok(self
|
||||
.map
|
||||
.get(&root)
|
||||
.map_or(false, |agg| agg.iter().any(|val| item.is_subset(val))))
|
||||
.is_some_and(|agg| agg.iter().any(|val| item.is_subset(val))))
|
||||
}
|
||||
|
||||
/// The number of observed items in `self`.
|
||||
|
||||
Reference in New Issue
Block a user