We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463f307 commit e9e22e5Copy full SHA for e9e22e5
crates/rustfix/tests/parse_and_replace.rs
@@ -1,5 +1,4 @@
1
#![allow(clippy::disallowed_methods, clippy::print_stdout, clippy::print_stderr)]
2
-#![cfg(not(windows))] // TODO: should fix these tests on Windows
3
4
use anyhow::{anyhow, ensure, Context, Error};
5
use rustfix::apply_suggestions;
0 commit comments