mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
chore: remove dead code
This commit is contained in:
parent
145827913a
commit
0cc8d88e5f
7 changed files with 20 additions and 61 deletions
|
|
@ -4,12 +4,8 @@ pub(crate) use std::io::{stdout};
|
|||
pub(crate) use std::thread::{spawn, JoinHandle};
|
||||
pub(crate) use std::time::Duration;
|
||||
pub(crate) use std::collections::BTreeMap;
|
||||
pub(crate) use std::sync::atomic::{Ordering, AtomicBool, AtomicUsize};
|
||||
pub(crate) use std::sync::{
|
||||
Arc,
|
||||
Mutex, MutexGuard,
|
||||
RwLock, LockResult, TryLockResult, RwLockReadGuard, RwLockWriteGuard
|
||||
};
|
||||
pub(crate) use std::sync::atomic::{Ordering, AtomicBool};
|
||||
pub(crate) use std::sync::{Arc, Mutex, RwLock, LockResult, RwLockReadGuard, RwLockWriteGuard};
|
||||
|
||||
// Non-stdlib dependencies:
|
||||
pub(crate) use microxdg::XdgApp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue