mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
Clean up linting warnings about unused imports.
warning: unused import: `std::result` --> database/src/types.rs:3:5 | 3 | use std::result; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use std::convert::TryFrom;
|
||||
use std::fmt;
|
||||
use std::result;
|
||||
use std::str::FromStr;
|
||||
|
||||
use anyhow::{Error, anyhow};
|
||||
|
Reference in New Issue
Block a user