mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
fix some more warnings
This commit is contained in:
parent
0530e43a2f
commit
7962bdf86b
12 changed files with 15 additions and 15 deletions
|
|
@ -19,7 +19,8 @@ pub use ::atomic_float;
|
|||
pub(crate) use atomic_float::*;
|
||||
|
||||
pub(crate) use std::sync::{Arc, Mutex, RwLock};
|
||||
pub(crate) use std::sync::atomic::{Ordering, AtomicBool, AtomicUsize};
|
||||
#[allow(unused)] pub(crate) use std::sync::atomic::Ordering;
|
||||
pub(crate) use std::sync::atomic::{AtomicBool, AtomicUsize};
|
||||
pub(crate) use std::collections::BTreeMap;
|
||||
pub(crate) use std::marker::PhantomData;
|
||||
pub(crate) use std::thread::{spawn, JoinHandle};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue