generate coverage from correct target

This commit is contained in:
🪞👃🪞 2025-01-22 12:49:15 +01:00
parent be6bd32b78
commit ffe8893bed
8 changed files with 57 additions and 12 deletions

View file

@ -1,3 +1,4 @@
//! MIDI player
use crate::*;
pub trait HasPlayer {
fn player (&self) -> &impl MidiPlayerApi;