aboutsummaryrefslogtreecommitdiff
path: root/src/filters.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.rs')
-rw-r--r--src/filters.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.rs b/src/filters.rs
index f9db377..ef8bfad 100644
--- a/src/filters.rs
+++ b/src/filters.rs
@@ -1,6 +1,6 @@
use evtclib::{AgentName, Log};
-use super::{SearchField, FightOutcome, LogResult, Opt};
+use super::{SearchField, LogResult, Opt};
/// Do filtering based on the character or account name.
pub fn filter_name(log: &Log, opt: &Opt) -> bool {