Skip to content

Commit f9b53ba

Browse files
committed
Apply fixes requests from clippy
1 parent dd5c44f commit f9b53ba

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/agent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ fn simple() -> Result<()> {
4242
Ok(())
4343
}
4444

45-
#[expect(clippy::excessive_nesting, reason = "Nesting is manageable")]
4645
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
4746
async fn parallel_four_cores() -> Result<()> {
4847
let test_dirs = TestDirs::new(&HashMap::from([("default".to_owned(), None::<String>)]))?;

tests/orchestrator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
clippy::panic,
55
clippy::expect_used,
66
clippy::unwrap_used,
7-
clippy::indexing_slicing,
87
reason = "OK in tests."
98
)]
109

0 commit comments

Comments
 (0)