Skip to content

Commit 45178c3

Browse files
authored
Merge pull request #727 from jeckersb/rust-1.80-warning
Fix compiler warning on rust 1.80
2 parents 3c31d9f + 72630a2 commit 45178c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// See https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html
88
#![deny(missing_docs)]
99
#![deny(missing_debug_implementations)]
10-
#![cfg_attr(feature = "dox", feature(doc_cfg))]
1110

1211
mod boundimage;
1312
pub mod cli;

0 commit comments

Comments
 (0)