Skip to content

Commit 7f1e7b1

Browse files
committed
Typo fix.
1 parent 1ef7ec0 commit 7f1e7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/history/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl Manager {
491491
.map
492492
.keys()
493493
.filter_map(|kind| match kind {
494-
#[allow(clippy::bool_comparison)] // easy to miss exclaimation
494+
#[allow(clippy::bool_comparison)] // easy to miss exclamation
495495
history::Kind::Query(s, query) => (s == server
496496
&& self.filters.iter().all(|filter| {
497497
filter.match_query(query, server) == false

0 commit comments

Comments
 (0)