mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
//! # HTTP module.
|
||||
|
||||
use anyhow::Result;
|
||||
use std::time::Duration;
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
const HTTP_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
||||
pub(crate) fn get_client() -> Result<reqwest::Client> {
|
||||
|
||||
Reference in New Issue
Block a user