Tests: Allow missing docs

This commit is contained in:
Serial 2024-11-20 00:22:10 -05:00
parent 1f2a46fe52
commit a6b99a9c7c
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -1,3 +1,5 @@
#![allow(missing_docs)]
pub(crate) mod util;
mod test_aiff;