summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/partial_body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/partial_body.rs')
-rw-r--r--openpgp/src/parse/partial_body.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/parse/partial_body.rs b/openpgp/src/parse/partial_body.rs
index dbfe728f..4811e279 100644
--- a/openpgp/src/parse/partial_body.rs
+++ b/openpgp/src/parse/partial_body.rs
@@ -4,8 +4,8 @@ use std::io;
use std::io::{Error, ErrorKind};
use buffered_reader::{buffered_reader_generic_read_impl, BufferedReader};
-use BodyLength;
-use parse::{Cookie, Hashing};
+use crate::BodyLength;
+use crate::parse::{Cookie, Hashing};
const TRACE : bool = false;