mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 22:26:44 +01:00
fix some errors and warnings
This commit is contained in:
parent
64d520e75c
commit
438a2d86a6
3 changed files with 97 additions and 53 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused)]
|
||||
#![allow(dead_code)]
|
||||
mod sampler; pub use self::sampler::*;
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
pub(crate) use ::tek_midi::{*, midly::{*, live::*, num::*}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue