ruff_annotate_snippets: address unused code warnings

Fixes #17230
This commit is contained in:
Andrew Gallant 2025-04-07 08:08:59 -04:00 committed by Andrew Gallant
parent 81cf860dc8
commit c12c76e9c8

View file

@ -7,7 +7,6 @@ use snapbox::Data;
use std::error::Error; use std::error::Error;
fn main() { fn main() {
#[cfg(not(windows))]
tryfn::Harness::new("tests/fixtures/", setup, test) tryfn::Harness::new("tests/fixtures/", setup, test)
.select(["*/*.toml"]) .select(["*/*.toml"])
.test(); .test();