mirror of
https://github.com/bspeice/qadapt
synced 2025-07-02 06:16:30 -04:00
Go back to the spin
crate as a dependency
This commit is contained in:
@ -69,7 +69,7 @@ use thread_id;
|
||||
// Re-export the proc macros to use by other code
|
||||
pub use qadapt_macro::*;
|
||||
|
||||
use qadapt_spin::RwLock;
|
||||
use spin::RwLock;
|
||||
use std::alloc::GlobalAlloc;
|
||||
use std::alloc::Layout;
|
||||
use std::alloc::System;
|
||||
|
Reference in New Issue
Block a user