mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
ignore any warnings or lints in dump.rs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user