housekeeping(server): fixed clippy warns

This commit is contained in:
hdbg
2026-04-07 16:25:21 +02:00
committed by Skipper
parent 6b814f4869
commit a49baf7386
19 changed files with 68 additions and 84 deletions

View File

@@ -59,9 +59,7 @@ mod tests {
use std::ops::Deref as _;
use super::*;
use crate::{
crypto::derive_key
};
use crate::crypto::derive_key;
use arbiter_crypto::safecell::{SafeCell, SafeCellHandle as _};
#[test]