mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
don't store redundant has_meaningfull_message
This commit is contained in:
parent
a0dc7450a4
commit
3af655c17c
4 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,6 @@ pub struct LoggingStatement {
|
|||
pub path: &'static str,
|
||||
pub line: usize,
|
||||
pub placeholders: &'static [&'static str],
|
||||
pub has_meaningful_message: bool,
|
||||
pub exception: Option<&'static str>,
|
||||
pub regex: &'static str,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue