From 5f765b749f793b2866262546d28ff138a5654dfc Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 May 2020 13:29:38 +0200 Subject: change LogFilter to take EarlyLogResult This allows us to attach some additional metadata that is not found in the PartialEvtc otherwise, such as the file name. --- src/fexpr/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fexpr/mod.rs') diff --git a/src/fexpr/mod.rs b/src/fexpr/mod.rs index 5610aba..391b739 100644 --- a/src/fexpr/mod.rs +++ b/src/fexpr/mod.rs @@ -3,7 +3,7 @@ //! This module contains methods to parse a given string into an abstract filter tree, check its //! type and convert it to a [`Filter`][super::filters::Filter]. // Make it available in the grammar mod. -use super::{filters, FightOutcome, SearchField, Weekday}; +use super::{filters, FightOutcome, SearchField}; use std::{error, fmt}; -- cgit v1.2.3