Remove -Zmiri-tag-raw-pointers as it's now default
This commit is contained in:
parent
a076ec1cb4
commit
5ea59356dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/safety.yml
vendored
2
.github/workflows/safety.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- name: cargo miri test
|
- name: cargo miri test
|
||||||
run: cargo miri test
|
run: cargo miri test
|
||||||
env:
|
env:
|
||||||
MIRIFLAGS: "-Zmiri-tag-raw-pointers"
|
MIRIFLAGS: ""
|
||||||
loom:
|
loom:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue