parsers: clippy run
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4c2fac0ac3
commit
1b635854ad
8 changed files with 21 additions and 20 deletions
|
|
@ -114,6 +114,12 @@ impl Tune {
|
|||
}
|
||||
}
|
||||
|
||||
impl Default for Tune {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
|
|||
Loading…
Reference in a new issue