tor-proto: channel: Tell clippy it's ok to print in tests

This commit is contained in:
Ian Jackson 2022-06-16 19:33:32 +01:00
parent 2ca2c03059
commit 44659ebb8b
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ impl PreparedParameters {
#[cfg(test)]
#[allow(clippy::unwrap_used)]
#[allow(clippy::bool_assert_comparison)]
#[allow(clippy::print_stderr)]
mod test {
use super::*;
use futures::future::ready;