mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-05-05 23:42:58 +00:00
clippy
This commit is contained in:
parent
539736bcf3
commit
f7f2ec8e78
@ -43,7 +43,7 @@ impl InternalEventReader {
|
|||||||
F: Filter,
|
F: Filter,
|
||||||
{
|
{
|
||||||
for event in &self.events {
|
for event in &self.events {
|
||||||
if filter.eval(&event) {
|
if filter.eval(event) {
|
||||||
return Ok(true);
|
return Ok(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user