examples: Allow missing_docs

This commit is contained in:
Serial 2024-04-23 22:12:33 -04:00
parent 2f411e492f
commit f17bac49b3
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -1,3 +1,5 @@
#![allow(missing_docs)]
use lofty::ape::ApeTag;
use lofty::config::{GlobalOptions, ParseOptions};
use lofty::error::Result as LoftyResult;