mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
clippy: Don't warn about the LUFS type name
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
pub type LU = f32;
|
pub type LU = f32;
|
||||||
|
#[allow(clippy::upper_case_acronyms)]
|
||||||
pub type LUFS = f32;
|
pub type LUFS = f32;
|
||||||
pub type Decibels = f32;
|
pub type Decibels = f32;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user