apply new rustfmt.toml changes, fix some clippy lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -25,10 +25,7 @@ impl Suppress {
|
||||
.reload(&suppress, Some(&[handle]))
|
||||
.expect("log filter reloaded");
|
||||
|
||||
Self {
|
||||
server: server.clone(),
|
||||
restore,
|
||||
}
|
||||
Self { server: server.clone(), restore }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user