minor cleanup
This commit is contained in:
parent
57eb364654
commit
43b2c9df7c
|
@ -57,7 +57,7 @@ pub enum SystemError {
|
|||
SDLError(String),
|
||||
|
||||
#[error("System audio error: {0}")]
|
||||
AudioError(#[from] crate::audio::AudioError),
|
||||
AudioError(#[from] AudioError),
|
||||
}
|
||||
|
||||
/// Builder for configuring and constructing an instance of [`System`].
|
||||
|
|
Loading…
Reference in a new issue