fix warnings

This commit is contained in:
Jana Dönszelmann 2026-02-25 14:00:14 +01:00
parent 0457d63bd0
commit 8a4df3307d
No known key found for this signature in database
4 changed files with 3 additions and 10 deletions

View file

@ -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 {