Skip to content

Commit

Permalink
Revert "refactor: Remove const_slice_index feature gate (#49)"
Browse files Browse the repository at this point in the history
This reverts commit 09ca79c.
  • Loading branch information
RomanBrodetski authored Nov 25, 2024
1 parent 09ca79c commit 2713e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/boojum/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[toolchain]
# channel = "nightly-2024-08-01"
channel = "nightly"
channel = "nightly-2024-08-01"
1 change: 1 addition & 0 deletions crates/boojum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#![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 2713e6c

Please sign in to comment.