Remove unused imports
This commit is contained in:
parent
ed433ec574
commit
32d560afdf
2 changed files with 0 additions and 4 deletions
|
|
@ -2,8 +2,6 @@ use imap_proto::{MailboxDatum, Response, ResponseCode, StatusAttribute};
|
|||
use lazy_static::lazy_static;
|
||||
use regex::Regex;
|
||||
use std::collections::HashSet;
|
||||
use std::convert::TryFrom;
|
||||
use std::iter::Extend;
|
||||
use std::sync::mpsc;
|
||||
|
||||
use super::error::{Error, ParseError, Result};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
use std::convert::TryFrom;
|
||||
|
||||
use super::{Flag, Seq};
|
||||
|
||||
/// re-exported from imap_proto;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue