summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config/src/path.rs')
-rw-r--r--crates/tor-config/src/path.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/tor-config/src/path.rs b/crates/tor-config/src/path.rs
index 85be232d9..b1f151d5b 100644
--- a/crates/tor-config/src/path.rs
+++ b/crates/tor-config/src/path.rs
@@ -308,6 +308,15 @@ mod test {
#[cfg(test)]
mod test_serde {
+ // @@ begin test lint list maintained by maint/add_warning @@
+ #![allow(clippy::bool_assert_comparison)]
+ #![allow(clippy::clone_on_copy)]
+ #![allow(clippy::dbg_macro)]
+ #![allow(clippy::print_stderr)]
+ #![allow(clippy::print_stdout)]
+ #![allow(clippy::unwrap_used)]
+ //! <!-- @@ end test lint list maintained by maint/add_warning @@ -->
+
use super::*;
use std::ffi::OsString;
use std::fmt::Debug;