From e9e22e5c2ff23c191707e726b7dce675a827837f Mon Sep 17 00:00:00 2001 From: Tom Scanlan Date: Thu, 23 Nov 2023 18:34:56 -0500 Subject: [PATCH] try running on windows --- crates/rustfix/tests/parse_and_replace.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/rustfix/tests/parse_and_replace.rs b/crates/rustfix/tests/parse_and_replace.rs index 8d7a2561f1f..28cdc97de9d 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;