summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/partial_body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/serialize/partial_body.rs')
-rw-r--r--openpgp/src/serialize/partial_body.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/openpgp/src/serialize/partial_body.rs b/openpgp/src/serialize/partial_body.rs
index 47c0e8b9..f6e62280 100644
--- a/openpgp/src/serialize/partial_body.rs
+++ b/openpgp/src/serialize/partial_body.rs
@@ -8,7 +8,11 @@ use std::cmp;
use crate::Error;
use crate::Result;
use crate::packet::header::BodyLength;
-use super::{writer, write_byte, Marshal};
+use super::{
+ stream::writer,
+ write_byte,
+ Marshal,
+};
pub struct PartialBodyFilter<'a, C: 'a> {
// The underlying writer.