rollback rust edition (#303)

This commit is contained in:
Clément DOUIN
2022-02-23 11:29:09 +01:00
parent 00728b88e4
commit b146d9b7e1
4 changed files with 12 additions and 3 deletions
+5 -1
View File
@@ -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)]