Skip to content

Commit

Permalink
remove #![feature(mutex_unlock)]
Browse files Browse the repository at this point in the history
  • Loading branch information
doutv committed Jun 3, 2024
1 parent f271d54 commit 8ad347e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion plonky2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_debug_implementations)]
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(mutex_unlock)]

// #[cfg(not(feature = "std"))]
pub extern crate alloc;
Expand Down
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "nightly-2024-01-16"
components = []
targets = []
profile = "default"

0 comments on commit 8ad347e

Please sign in to comment.