chore: clippy

This commit is contained in:
Adrian Wielgosik 2021-09-27 10:39:37 +02:00 committed by Adrian Wielgosik
parent 87625fa302
commit 5ce2266be7
1 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,12 @@ impl<'gc> DispatchList<'gc> {
}
}
impl<'gc> Default for DispatchList<'gc> {
fn default() -> Self {
Self::new()
}
}
/// A single instance of an event handler.
#[derive(Clone, Collect, Debug)]
#[collect(no_drop)]