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)]
+1 -1
View File
@@ -5,7 +5,7 @@ use html_escape;
use lettre::message::{header::ContentType, Attachment, MultiPart, SinglePart};
use log::{debug, info, trace};
use regex::Regex;
use std::{collections::HashSet, env::temp_dir, fmt::Debug, fs, path::PathBuf};
use std::{collections::HashSet, convert::TryInto, env::temp_dir, fmt::Debug, fs, path::PathBuf};
use uuid::Uuid;
use crate::{