Skip to content

Commit

Permalink
Merge pull request #81 from rust-osdev/nightly-fix
Browse files Browse the repository at this point in the history
Remove stabilized feature
  • Loading branch information
phil-opp committed Mar 30, 2024
2 parents 3ccc544 + f00b820 commit e77d2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
name: "Miri tests"
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers"
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance"
steps:
- uses: actions/checkout@v1
- run: rustup toolchain install nightly --profile minimal --component rust-src miri
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#![cfg_attr(
feature = "alloc_ref",
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
)]
#![cfg_attr(feature = "alloc_ref", feature(allocator_api, alloc_layout_extra))]
#![no_std]

#[cfg(any(test, fuzzing))]
Expand Down

0 comments on commit e77d2e6

Please sign in to comment.