diff --git a/src/bext.rs b/src/bext.rs index 5c0fdb1..a60da4c 100644 --- a/src/bext.rs +++ b/src/bext.rs @@ -1,4 +1,5 @@ pub type LU = f32; +#[allow(clippy::upper_case_acronyms)] pub type LUFS = f32; pub type Decibels = f32;