summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/ctb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/ctb.rs')
-rw-r--r--openpgp/src/packet/ctb.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/packet/ctb.rs b/openpgp/src/packet/ctb.rs
index 3223ca6f..b5a0bffc 100644
--- a/openpgp/src/packet/ctb.rs
+++ b/openpgp/src/packet/ctb.rs
@@ -6,12 +6,12 @@
use std::ops::Deref;
-use {
+use crate::{
packet::Tag,
Error,
Result
};
-use packet::BodyLength;
+use crate::packet::BodyLength;
/// OpenPGP defines two packet formats: the old and the new format.
/// They both include the packet's so-called tag.