mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-16 12:18:59 -05:00
fix lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b9d7185290
commit
ea3834b19b
5 changed files with 28 additions and 40 deletions
|
|
@ -273,11 +273,7 @@ lasttimelinecount_cache: {lasttimelinecount_cache}\n"
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn backup(&self) -> Result<(), Box<dyn std::error::Error>> {
|
||||
self.db.backup()
|
||||
}
|
||||
fn backup(&self) -> Result<(), Box<dyn std::error::Error>> { self.db.backup() }
|
||||
|
||||
fn backup_list(&self) -> Result<String> {
|
||||
self.db.backup_list()
|
||||
}
|
||||
fn backup_list(&self) -> Result<String> { self.db.backup_list() }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue