fix compiler warnings (half)

This commit is contained in:
🪞👃🪞 2024-06-17 19:52:33 +03:00
parent c51bcbfaa8
commit 7fb9369012
9 changed files with 50 additions and 221 deletions

View file

@ -17,7 +17,7 @@ use crate::device::{Sequencer, Transport};
use crate::layout::Rows;
fn main () -> Result<(), Box<dyn Error>> {
let cli = cli::Cli::parse();
let _cli = cli::Cli::parse();
let xdg = microxdg::XdgApp::new("dawdle")?;
crate::config::create_dirs(&xdg)?;
//crate::device::run(Sequencer::new("Rhythm#000")?)