We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef7ec0 commit 7f1e7b1Copy full SHA for 7f1e7b1
data/src/history/manager.rs
@@ -491,7 +491,7 @@ impl Manager {
491
.map
492
.keys()
493
.filter_map(|kind| match kind {
494
- #[allow(clippy::bool_comparison)] // easy to miss exclaimation
+ #[allow(clippy::bool_comparison)] // easy to miss exclamation
495
history::Kind::Query(s, query) => (s == server
496
&& self.filters.iter().all(|filter| {
497
filter.match_query(query, server) == false
0 commit comments