Skip to content

Commit 84db769

Browse files
committed
xtask/miri: remove flag that is enabled by default
1 parent 057720a commit 84db769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xtask/src/cargo.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ impl Cargo {
201201
}
202202
}
203203
CargoAction::Miri => {
204-
cmd.env("MIRIFLAGS", "-Zmiri-tag-raw-pointers");
205204
action = "miri";
206205
sub_action = Some("test");
207206
}

0 commit comments

Comments
 (0)