We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5c44f commit f9b53baCopy full SHA for f9b53ba
tests/agent.rs
@@ -42,7 +42,6 @@ fn simple() -> Result<()> {
42
Ok(())
43
}
44
45
-#[expect(clippy::excessive_nesting, reason = "Nesting is manageable")]
46
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
47
async fn parallel_four_cores() -> Result<()> {
48
let test_dirs = TestDirs::new(&HashMap::from([("default".to_owned(), None::<String>)]))?;
tests/orchestrator.rs
@@ -4,7 +4,6 @@
4
clippy::panic,
5
clippy::expect_used,
6
clippy::unwrap_used,
7
- clippy::indexing_slicing,
8
reason = "OK in tests."
9
)]
10
0 commit comments