diff --git a/src/dump.rs b/src/dump.rs index 3a759bd..1ae5c3d 100644 --- a/src/dump.rs +++ b/src/dump.rs @@ -1,3 +1,8 @@ +// This file is externally pulled from sequoia upstream. Don't bother with any warnings or linting +#![allow(warnings)] +#![allow(clippy)] +#![allow(unknown_lints)] + use std::io::{self, Read}; use sequoia_openpgp::crypto::S2K;