summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/io.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/src/io.rs')
-rw-r--r--openpgp-ffi/src/io.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/src/io.rs b/openpgp-ffi/src/io.rs
index ab07961e..7ecab443 100644
--- a/openpgp-ffi/src/io.rs
+++ b/openpgp-ffi/src/io.rs
@@ -9,7 +9,7 @@ use libc::{c_void, c_char, size_t, ssize_t, realloc};
#[cfg(unix)]
use std::os::unix::io::FromRawFd;
-extern crate sequoia_openpgp as openpgp;
+use sequoia_openpgp as openpgp;
use crate::Maybe;
use crate::RefMutRaw;