We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ccc544 + f00b820 commit e77d2e6Copy full SHA for e77d2e6
.github/workflows/build.yml
@@ -135,7 +135,7 @@ jobs:
135
name: "Miri tests"
136
runs-on: ubuntu-latest
137
env:
138
- MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers"
+ MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance"
139
steps:
140
- uses: actions/checkout@v1
141
- run: rustup toolchain install nightly --profile minimal --component rust-src miri
src/lib.rs
@@ -1,7 +1,4 @@
1
-#![cfg_attr(
2
- feature = "alloc_ref",
3
- feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
4
-)]
+#![cfg_attr(feature = "alloc_ref", feature(allocator_api, alloc_layout_extra))]
5
#![no_std]
6
7
#[cfg(any(test, fuzzing))]
0 commit comments