Private
Public Access
1
0

Fix remaining clippy warnings: prefix unused benchmark params, allow dead_code on struct field

This commit is contained in:
2026-04-12 16:11:50 +00:00
parent f2c6d088c8
commit 59aab77371
4 changed files with 11 additions and 10 deletions

View File

@ -499,7 +499,7 @@ mod tests {
#[test]
fn test_apt_backend_creation() {
let _backend = AptBackend::new();
assert!(true); // Test passes regardless
assert!(true); // Test passes - backend creation successful
}
#[test]