Skip to content

Commit e9e22e5

Browse files
author
Tom Scanlan
committed
try running on windows
1 parent 463f307 commit e9e22e5

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)