remove lazy_cell feature

This commit is contained in:
2025-03-04 10:36:32 +01:00
parent 68ff86b8c6
commit 2b23baa3af

View File

@@ -1,8 +1,6 @@
#![feature(lazy_cell)]
pub use shared_memory_heap::sharedptr::SharedPtr;
mod agent;
pub mod x25519;
pub mod mlkem;
pub mod ed25519;
pub mod mlkem;
pub mod x25519;