mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 23:46:31 +03:00
refactor: upgrade to Rust 2024
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
use anyhow::{ensure, Context as _, Result};
|
||||
use anyhow::{Context as _, Result, ensure};
|
||||
use async_channel::Receiver;
|
||||
use quick_xml::events::{BytesEnd, BytesStart, BytesText};
|
||||
use tokio::time::timeout;
|
||||
|
||||
Reference in New Issue
Block a user