Skip to content

Commit 527b35e

Browse files
committed
Auto merge of #13042 - tompscanlan:13033-windows-test, r=weihanglo
try running on windows ### What does this PR try to resolve? Try getting rustfix tests to run on windows and fix #13033 ### How should we test and review this PR? CI should catch failure. Look out for flaky tests in the long run. ### Additional information tested briefly on win11.
2 parents 463f307 + e9e22e5 commit 527b35e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rustfix/tests/parse_and_replace.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![allow(clippy::disallowed_methods, clippy::print_stdout, clippy::print_stderr)]
2-
#![cfg(not(windows))] // TODO: should fix these tests on Windows
32

43
use anyhow::{anyhow, ensure, Context, Error};
54
use rustfix::apply_suggestions;

0 commit comments

Comments
 (0)