summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/tests/c-tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/tests/c-tests.rs')
-rw-r--r--openpgp-ffi/tests/c-tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/tests/c-tests.rs b/openpgp-ffi/tests/c-tests.rs
index aba29a28..30dc3bc8 100644
--- a/openpgp-ffi/tests/c-tests.rs
+++ b/openpgp-ffi/tests/c-tests.rs
@@ -1,5 +1,5 @@
use anyhow::{Result, Context};
-extern crate filetime;
+use filetime;
use std::cmp::min;
use std::env::{self, var_os};