Skip to content

Commit

Permalink
refactor(core): remove #![feature(nonnull_slice_from_raw_parts)]
Browse files Browse the repository at this point in the history
The `nonnull_slice_from_raw_parts` feature was stabilized by
[rust-lang/rust#97506][1].

[1]: rust-lang/rust#97506
  • Loading branch information
yvt committed Mar 29, 2023
1 parent 79470db commit a1b2cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3_core/src/lib.rs
Expand Up @@ -5,7 +5,6 @@
#![feature(const_slice_from_raw_parts_mut)]
#![feature(maybe_uninit_array_assume_init)]
#![feature(const_maybe_uninit_as_mut_ptr)]
#![feature(nonnull_slice_from_raw_parts)]
#![feature(const_intoiterator_identity)]
#![feature(type_changing_struct_update)]
#![feature(maybe_uninit_uninit_array)]
Expand Down

0 comments on commit a1b2cb7

Please sign in to comment.