mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-04 18:09:11 +00:00
examples: Allow missing_docs
This commit is contained in:
parent
2f411e492f
commit
f17bac49b3
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(missing_docs)]
|
||||
|
||||
use lofty::ape::ApeTag;
|
||||
use lofty::config::{GlobalOptions, ParseOptions};
|
||||
use lofty::error::Result as LoftyResult;
|
||||
|
|
Loading…
Reference in a new issue