summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/hashed_reader.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-20 11:44:05 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-20 11:55:22 +0200
commit5994213a0f7b97a595442d4f15c4e040bcac2986 (patch)
tree7a747cbd1cc8bb0e6bf0e733c36ea7e19155654c /openpgp/src/parse/hashed_reader.rs
parent0863c094dab930f72bcf72eec7a5a49d76d4d0a0 (diff)
lint: Remove unnecessary trailing semicolons.
- rustc 1.51 has activated the redundant_semicolons lint. https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#redundant-semicolons
Diffstat (limited to 'openpgp/src/parse/hashed_reader.rs')
-rw-r--r--openpgp/src/parse/hashed_reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/hashed_reader.rs b/openpgp/src/parse/hashed_reader.rs
index be074570..362da1fe 100644
--- a/openpgp/src/parse/hashed_reader.rs
+++ b/openpgp/src/parse/hashed_reader.rs
@@ -387,7 +387,7 @@ mod test {
struct Test<'a> {
data: &'a [u8],
expected: HashMap<HashAlgorithm, &'a str>,
- };
+ }
let tests = [
Test {