reduce compiler warnings

This commit is contained in:
🪞👃🪞 2025-05-09 20:02:44 +03:00
parent 6d4a629311
commit 0cb259b7b5
2 changed files with 2 additions and 3 deletions

View file

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

@ -1 +1 @@
Subproject commit ab07fd2b4303e1c91325aa3f5bc0014ec5a82961
Subproject commit 60c077102421ed8a7d6cb8674e4380ec6396ca84