mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
Fix nightly clippy and rustc errors
This commit is contained in:
@@ -804,7 +804,7 @@ mod test {
|
||||
"File {} was almost deleted, only reason it was kept is that it was created recently (as the tests don't run for a long time)",
|
||||
s
|
||||
),
|
||||
EventType::Error(s) => panic!(s),
|
||||
EventType::Error(s) => panic!("{}", s),
|
||||
_ => {}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user