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