don't store redundant has_meaningfull_message

This commit is contained in:
Robin Appelman 2024-07-22 22:29:07 +02:00
commit 3af655c17c
4 changed files with 4 additions and 4 deletions

View file

@ -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,
}