fix warnings
This commit is contained in:
parent
0457d63bd0
commit
8a4df3307d
4 changed files with 3 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ use regex::bytes::Regex;
|
|||
|
||||
use crate::tui::{
|
||||
log_viewer::{FieldMatcher, InputTarget, LogViewer},
|
||||
model::{LogEntry, pretty_print_value},
|
||||
model::LogEntry,
|
||||
};
|
||||
|
||||
pub enum MatcherValue {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue