Fix: clippy

This commit is contained in:
Jonathan Kelley 2024-05-22 14:39:16 -07:00
parent bdfcae556d
commit 042bd0b78d
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -381,7 +381,7 @@ impl Query {
if non_type_for_type_only_query || !self.matches_assoc_mode(symbol.is_assoc) {
continue;
}
if self.should_hide_query(&symbol) {
if self.should_hide_query(symbol) {
continue;
}
if self.mode.check(&self.query, self.case_sensitive, &symbol.name) {