mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
reduce compiler warnings
This commit is contained in:
parent
6d4a629311
commit
0cb259b7b5
2 changed files with 2 additions and 3 deletions
|
|
@ -5,8 +5,7 @@ mod note; pub use self::note::*;
|
|||
pub mod jack; pub use self::jack::*;
|
||||
pub mod midi; pub use self::midi::*;
|
||||
|
||||
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicUsize, AtomicBool, Ordering::Relaxed}};
|
||||
pub(crate) use std::path::PathBuf;
|
||||
pub(crate) use std::sync::{Arc, atomic::{AtomicUsize, AtomicBool, Ordering::Relaxed}};
|
||||
pub(crate) use std::fmt::Debug;
|
||||
pub(crate) use std::ops::{Add, Sub, Mul, Div, Rem};
|
||||
|
||||
|
|
|
|||
2
deps/tengri
vendored
2
deps/tengri
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit ab07fd2b4303e1c91325aa3f5bc0014ec5a82961
|
||||
Subproject commit 60c077102421ed8a7d6cb8674e4380ec6396ca84
|
||||
Loading…
Add table
Add a link
Reference in a new issue