From c12c76e9c8e1647df53a35ad0a3beb7013ba1c9b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 7 Apr 2025 08:08:59 -0400 Subject: [PATCH] ruff_annotate_snippets: address unused code warnings Fixes #17230 --- crates/ruff_annotate_snippets/tests/fixtures/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ruff_annotate_snippets/tests/fixtures/main.rs b/crates/ruff_annotate_snippets/tests/fixtures/main.rs index e54c4e4563..0f116b56d8 100644 --- a/crates/ruff_annotate_snippets/tests/fixtures/main.rs +++ b/crates/ruff_annotate_snippets/tests/fixtures/main.rs @@ -7,7 +7,6 @@ use snapbox::Data; use std::error::Error; fn main() { - #[cfg(not(windows))] tryfn::Harness::new("tests/fixtures/", setup, test) .select(["*/*.toml"]) .test();