summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-14 11:36:45 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-14 12:01:22 +0200
commit57531dbe5b277a46982e4dd2b0ab6c20ebe43682 (patch)
tree9fddc14e92f2da4fd7c99c145d4c7ea76bf6a993 /openpgp/src/lib.rs
parentea4eaf796404c0fde15509274190cc4668c5d08e (diff)
Replace most 'extern crate' directives with 'use'.
- See #480.
Diffstat (limited to 'openpgp/src/lib.rs')
-rw-r--r--openpgp/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 4e7744a1..cce9ad6e 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -49,9 +49,6 @@
extern crate quickcheck;
#[macro_use]
-extern crate lazy_static;
-
-#[macro_use]
mod macros;
// On debug builds, Vec<u8>::truncate is very, very slow. For