mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Remove rustfmt workaround
This commit is contained in:
parent
7c9da3c1e4
commit
206bb08d10
@ -60,11 +60,7 @@ pub fn run(check: bool, verbose: bool) {
|
|||||||
let entry = entry?;
|
let entry = entry?;
|
||||||
let path = entry.path();
|
let path = entry.path();
|
||||||
|
|
||||||
if path.extension() != Some("rs".as_ref())
|
if path.extension() != Some("rs".as_ref()) || entry.file_name() == "ice-3891.rs" {
|
||||||
|| entry.file_name() == "ice-3891.rs"
|
|
||||||
// Avoid rustfmt bug rust-lang/rustfmt#1873
|
|
||||||
|| cfg!(windows) && entry.file_name() == "implicit_hasher.rs"
|
|
||||||
{
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user