mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Cargo clippy & format
This commit is contained in:
parent
cdd85dae71
commit
c5f46dd7fe
22 changed files with 79 additions and 87 deletions
|
@ -64,7 +64,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, T> DBWriteGuard<'a, T>
|
||||
impl<T> DBWriteGuard<'_, T>
|
||||
where
|
||||
T: Send + Sync + Clone + std::fmt::Debug + Serialize + DeserializeOwned,
|
||||
{
|
||||
|
@ -79,7 +79,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, T> Drop for DBWriteGuard<'a, T>
|
||||
impl<T> Drop for DBWriteGuard<'_, T>
|
||||
where
|
||||
T: Send + Sync + Clone + std::fmt::Debug + Serialize + DeserializeOwned,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue