summaryrefslogtreecommitdiffstats
path: root/ffi/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/src/error.rs')
-rw-r--r--ffi/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/src/error.rs b/ffi/src/error.rs
index 26940111..935d4515 100644
--- a/ffi/src/error.rs
+++ b/ffi/src/error.rs
@@ -2,7 +2,7 @@
use std::io;
-extern crate sequoia_openpgp as openpgp;
+use sequoia_openpgp as openpgp;
use sequoia_core as core;
pub use crate::openpgp::error::Status;