mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
remove unneeded field
This commit is contained in:
parent
441790dbc7
commit
c946b9a8a6
2 changed files with 0 additions and 2 deletions
|
|
@ -64,7 +64,6 @@ pub struct Exception {
|
|||
pub exception: String,
|
||||
pub file: String,
|
||||
pub line: usize,
|
||||
pub previous: Option<Box<Exception>>,
|
||||
}
|
||||
|
||||
impl Hash for Exception {
|
||||
|
|
|
|||
|
|
@ -267,7 +267,6 @@ fn test_matcher() {
|
|||
exception: "Bar\\FooException".into(),
|
||||
file: "short".into(),
|
||||
line: 68,
|
||||
previous: None,
|
||||
}),
|
||||
time: OffsetDateTime::now_utc(),
|
||||
index: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue