mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
rollback rust edition (#303)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
use anyhow::{anyhow, Error, Result};
|
||||
use std::{convert::TryFrom, fmt, ops::Deref};
|
||||
use std::{
|
||||
convert::{TryFrom, TryInto},
|
||||
fmt,
|
||||
ops::Deref,
|
||||
};
|
||||
|
||||
/// Represents the imap flag variants.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user