1
0
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:
2019-01-09 00:26:07 -05:00
parent 2e5af84607
commit 6d72249253
13 changed files with 5 additions and 1301 deletions

View File

@ -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;