summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/examples')
-rw-r--r--openpgp/examples/statistics.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/examples/statistics.rs b/openpgp/examples/statistics.rs
index 798ee92d..27cdc946 100644
--- a/openpgp/examples/statistics.rs
+++ b/openpgp/examples/statistics.rs
@@ -13,8 +13,8 @@ use std::fs::File;
extern crate buffered_reader;
use buffered_reader::BufferedReaderGeneric;
extern crate openpgp;
-use openpgp::{Packet, Tag};
-use openpgp::packet::BodyLength;
+use openpgp::Packet;
+use openpgp::packet::{BodyLength, Tag};
use openpgp::parse::PacketParser;
fn main() {