mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
move links to angle brackets to avoid rustdoc errors
This commit is contained in:
@@ -74,7 +74,7 @@ impl<'a> BlobObject<'a> {
|
||||
|
||||
// workaround a bug in async-std
|
||||
// (the executor does not handle blocking operation in Drop correctly,
|
||||
// see https://github.com/async-rs/async-std/issues/900 )
|
||||
// see <https://github.com/async-rs/async-std/issues/900>)
|
||||
let _ = file.flush().await;
|
||||
|
||||
let blob = BlobObject {
|
||||
|
||||
Reference in New Issue
Block a user