mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 16:36:30 +03:00
refactor: upgrade to Rust 2024
This commit is contained in:
@@ -4,7 +4,7 @@ use std::path::PathBuf;
|
||||
use std::str;
|
||||
|
||||
use anyhow::ensure;
|
||||
use anyhow::{bail, Error, Result};
|
||||
use anyhow::{Error, Result, bail};
|
||||
use num_traits::FromPrimitive;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user