try running on windows

This commit is contained in:
Tom Scanlan 2023-11-23 18:34:56 -05:00
parent 463f307425
commit e9e22e5c2f

View File

@ -1,5 +1,4 @@
#![allow(clippy::disallowed_methods, clippy::print_stdout, clippy::print_stderr)]
#![cfg(not(windows))] // TODO: should fix these tests on Windows
use anyhow::{anyhow, ensure, Context, Error};
use rustfix::apply_suggestions;