Skip to content

Commit

Permalink
Merge pull request #727 from jeckersb/rust-1.80-warning
Browse files Browse the repository at this point in the history
Fix compiler warning on rust 1.80
  • Loading branch information
jeckersb authored Jul 25, 2024
2 parents 3c31d9f + 72630a2 commit 45178c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// See https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]

mod boundimage;
pub mod cli;
Expand Down

0 comments on commit 45178c3

Please sign in to comment.