summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/signature/subpacket.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/signature/subpacket.rs')
-rw-r--r--openpgp/src/packet/signature/subpacket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 9f5bf579..7caa88c7 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -74,7 +74,6 @@ use crate::{
packet::signature::{self, Signature4},
packet::key,
packet::Key,
- packet::KeyFlags,
packet::KeyServerPreferences,
Packet,
Fingerprint,
@@ -85,6 +84,7 @@ use crate::constants::{
CompressionAlgorithm,
Features,
HashAlgorithm,
+ KeyFlags,
PublicKeyAlgorithm,
ReasonForRevocation,
SymmetricAlgorithm,