Skip to content

Commit

Permalink
Ignore _level
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Oct 6, 2024
1 parent 3f5f7ae commit b5bcc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TARGET_AUDIO_FREQ: i32 = 44100;
pub type ActiveRuntime = ();

impl Runtime for () {
fn init_log(level: log::Level) -> Result<(), Box<dyn Error>> {
fn init_log(_level: log::Level) -> Result<(), Box<dyn Error>> {
Ok(())
}

Expand Down

0 comments on commit b5bcc1a

Please sign in to comment.