clippy: Don't warn about the LUFS type name

This commit is contained in:
Ian Hobson
2023-05-12 16:52:06 +02:00
parent 86ffd4310a
commit 8d34a517fc

View File

@@ -1,4 +1,5 @@
pub type LU = f32;
#[allow(clippy::upper_case_acronyms)]
pub type LUFS = f32;
pub type Decibels = f32;