mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
rustfmt
This commit is contained in:
@@ -216,7 +216,7 @@ impl<'a> Drop for IoPausedGuard<'a> {
|
||||
if self.done {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// Async .resume() should be called manually due to lack of async drop.
|
||||
error!(self.context, "Pause guard dropped without resuming.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user