summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/hashed_reader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/hashed_reader.rs')
-rw-r--r--openpgp/src/parse/hashed_reader.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/parse/hashed_reader.rs b/openpgp/src/parse/hashed_reader.rs
index cf252a44..090f85f7 100644
--- a/openpgp/src/parse/hashed_reader.rs
+++ b/openpgp/src/parse/hashed_reader.rs
@@ -45,8 +45,8 @@ impl<R: BufferedReader<Cookie>> HashedReader<R> {
cookie.hashes_for = hashes_for;
HashedReader {
- reader: reader,
- cookie: cookie,
+ reader,
+ cookie,
}
}
}