Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 66d3ee1

Browse files
committed
hotfix for incorrect only- logic
1 parent e6d3d98 commit 66d3ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui_test/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,10 @@ fn ignore_file(comments: &Comments, target: &str) -> bool {
516516
if !target.contains(s) {
517517
return true;
518518
}
519+
/* FIXME(https://github.com/rust-lang/miri/issues/2206)
519520
if get_pointer_width(target) != s {
520521
return true;
521-
}
522+
} */
522523
}
523524
false
524525
}

0 commit comments

Comments
 (0)