Skip to content

Commit

Permalink
examples: Allow missing_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Apr 24, 2024
1 parent 2f411e4 commit f17bac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/custom_resolver/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(missing_docs)]

use lofty::ape::ApeTag;
use lofty::config::{GlobalOptions, ParseOptions};
use lofty::error::Result as LoftyResult;
Expand Down

0 comments on commit f17bac4

Please sign in to comment.