Skip to content

Commit

Permalink
refactor: Remove const_slice_index feature gate (#49)
Browse files Browse the repository at this point in the history
The feature gate was removed in

rust-lang/rust@7a3a317
  • Loading branch information
aikixd authored Nov 25, 2024
1 parent 398ab3e commit 09ca79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/boojum/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
channel = "nightly-2024-08-01"
# channel = "nightly-2024-08-01"
channel = "nightly"
1 change: 0 additions & 1 deletion crates/boojum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#![feature(const_swap)]
#![feature(inline_const)]
#![feature(slice_swap_unchecked)]
#![feature(const_slice_index)]
#![feature(core_intrinsics)]
#![feature(const_eval_select)]
#![feature(get_mut_unchecked)]
Expand Down

0 comments on commit 09ca79c

Please sign in to comment.