summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/tests/c-tests.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-07 21:08:16 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-09 13:13:59 +0200
commita58579221bc8c4fbeba89bd55644415fe0368117 (patch)
tree0e2392e3b6c9b44b89de2058d9755ebde7993e24 /openpgp-ffi/tests/c-tests.rs
parent73b3321d98e0298dba5d4ef63e8058a01cc2943c (diff)
Lint: Remove unecessary imports.
- https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
Diffstat (limited to 'openpgp-ffi/tests/c-tests.rs')
-rw-r--r--openpgp-ffi/tests/c-tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp-ffi/tests/c-tests.rs b/openpgp-ffi/tests/c-tests.rs
index ee906b0e..bdaf2317 100644
--- a/openpgp-ffi/tests/c-tests.rs
+++ b/openpgp-ffi/tests/c-tests.rs
@@ -1,5 +1,4 @@
use anyhow::{Result, Context};
-use filetime;
use std::cmp::min;
use std::env::{self, var_os};