mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
Clean up linting warnings: redundant import.
Commands: cargo clippy --tests --no-deps --workspace Warnings: warning: this import is redundant --> database/src/fs.rs:12:1 | 12 | use tempfile; | ^^^^^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default
This commit is contained in:
@@ -9,7 +9,6 @@ use std::path::{Path, PathBuf};
|
||||
|
||||
use pathdiff::diff_paths;
|
||||
use std::time::SystemTime;
|
||||
use tempfile;
|
||||
use url::form_urlencoded;
|
||||
|
||||
use crate::Result;
|
||||
|
Reference in New Issue
Block a user