Appease Clippy.
This commit is contained in:
parent
2f85dcda91
commit
224a4043e2
|
@ -22,7 +22,7 @@ pub use volumetric::Volumetric;
|
|||
|
||||
pub struct SoundPlugins<'a, S>(std::marker::PhantomData<&'a S>);
|
||||
|
||||
impl<'a, S> Default for SoundPlugins<'a, S> {
|
||||
impl<S> Default for SoundPlugins<'_, S> {
|
||||
fn default() -> Self {
|
||||
Self(std::marker::PhantomData)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user