mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-19 09:49:21 +00:00
run clippy fix
This commit is contained in:
@@ -14,7 +14,7 @@ impl IntoResponse for InvalidOverwriteHeader {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct Overwrite(pub bool);
|
||||
|
||||
impl Default for Overwrite {
|
||||
|
||||
Reference in New Issue
Block a user