mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
lint: fix clippy::single_component_path_imports
This commit is contained in:
parent
cd020cae40
commit
a329a1a89a
4 changed files with 0 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
use std::path::{PathBuf, Path};
|
||||
|
||||
use anyhow;
|
||||
use handlebars::Handlebars;
|
||||
use lettre::{Transport as LettreTransport, SendmailTransport, file::FileTransport};
|
||||
use lettre::builder::{EmailBuilder, PartBuilder, Mailbox, MimeMultipartType};
|
||||
use url;
|
||||
use serde::Serialize;
|
||||
use uuid::Uuid;
|
||||
use crate::counters;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use crate::sealed_state::SealedState;
|
||||
|
||||
use serde_json;
|
||||
use serde::{Serialize,de::DeserializeOwned};
|
||||
use crate::Result;
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use rocket;
|
||||
use rocket::form::Form;
|
||||
use rocket_i18n::I18n;
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use rocket;
|
||||
use rocket::figment::Figment;
|
||||
use rocket::fs::NamedFile;
|
||||
use rocket::http::{Header, Status};
|
||||
|
@ -519,7 +518,6 @@ pub mod tests {
|
|||
use std::io::Write;
|
||||
use std::path::Path;
|
||||
use tempfile::{tempdir, TempDir};
|
||||
use super::rocket;
|
||||
use rocket::http::Status;
|
||||
use rocket::http::ContentType;
|
||||
use rocket::http::Header;
|
||||
|
|
Loading…
Reference in a new issue