Skip to content

Commit 8ad347e

Browse files
committed
remove #![feature(mutex_unlock)]
rust-lang/rust#81872
1 parent f271d54 commit 8ad347e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plonky2/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![deny(rustdoc::broken_intra_doc_links)]
44
#![deny(missing_debug_implementations)]
55
#![cfg_attr(not(feature = "std"), no_std)]
6-
#![feature(mutex_unlock)]
76

87
// #[cfg(not(feature = "std"))]
98
pub extern crate alloc;

rust-toolchain.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[toolchain]
2+
channel = "nightly-2024-01-16"
3+
components = []
4+
targets = []
5+
profile = "default"

0 commit comments

Comments
 (0)