Make cargo fmt happy

This commit is contained in:
Clément Renault
2025-04-01 11:27:41 +02:00
parent 64477aac60
commit a0bfcf8872
13 changed files with 29 additions and 38 deletions

View File

@ -236,7 +236,8 @@ impl<'a> Filter<'a> {
let filterable_attributes_rules = index.filterable_attributes_rules(rtxn)?;
for fid in self.condition.fids(MAX_FILTER_DEPTH) {
let attribute = fid.value();
if matching_features(attribute, &filterable_attributes_rules).is_some_and(|(_, features)| features.is_filterable())
if matching_features(attribute, &filterable_attributes_rules)
.is_some_and(|(_, features)| features.is_filterable())
{
continue;
}