Skip to content

Commit

Permalink
refactor: cargo fix [gen]
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby committed Jul 9, 2024
1 parent 109e526 commit 4571ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use score::compute_last_loop_summary;
use simple_logger;

use macroquad::prelude::*;
use voices::{Instrument, Loop};
use voices::{Loop};

fn window_conf() -> Conf {
Conf {
Expand Down

0 comments on commit 4571ee8

Please sign in to comment.