cargo fix lint
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
use std::fs::File;
|
||||
|
||||
use async_graphql::{
|
||||
connection::{self, Connection, Edge},
|
||||
connection::{Connection},
|
||||
Context, EmptySubscription, Enum, Error, FieldResult, Object, Schema, SimpleObject, Union,
|
||||
};
|
||||
use log::{error, info, warn};
|
||||
use mailparse::{parse_mail, MailHeader, MailHeaderMap, ParsedMail};
|
||||
use memmap::MmapOptions;
|
||||
use log::info;
|
||||
use notmuch::Notmuch;
|
||||
use sqlx::postgres::PgPool;
|
||||
|
||||
use crate::{error::ServerError, linkify_html, newsreader, nm, sanitize_html};
|
||||
use crate::{newsreader, nm};
|
||||
|
||||
/// # Number of seconds since the Epoch
|
||||
pub type UnixTime = isize;
|
||||
|
||||
Reference in New Issue
Block a user