Fix clippy warnings (#236)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use super::*;
|
||||
use std::{cmp::Ordering, time::Duration};
|
||||
use std::cmp::Ordering;
|
||||
|
||||
/// Internal representation of an event, as handled by the audio context.
|
||||
pub struct EventData {
|
||||
|
||||
Reference in New Issue
Block a user