diff --git a/crates/rustfix/tests/parse_and_replace.rs b/crates/rustfix/tests/parse_and_replace.rs index 8d7a2561f..28cdc97de 100644 --- a/crates/rustfix/tests/parse_and_replace.rs +++ b/crates/rustfix/tests/parse_and_replace.rs @@ -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;