tests/processor clippy

This commit is contained in:
Luke Parker
2023-08-01 05:33:08 -04:00
parent 044b299cda
commit e3a70ef0dc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::needless_pass_by_ref_mut)] // False positives
use std::sync::{OnceLock, Mutex};
use zeroize::Zeroizing;