Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
anarelion committed Nov 8, 2023
1 parent 6600220 commit 54310c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wld/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct WldHeader {
}

impl Decoder<EmptySettings> for WldHeader {
fn new(input: &mut Bytes, settings: Arc<EmptySettings>) -> Result<Self, EQFilesError>
fn new(input: &mut Bytes, _settings: Arc<EmptySettings>) -> Result<Self, EQFilesError>
where
Self: Sized,
{
Expand Down

0 comments on commit 54310c3

Please sign in to comment.