Skip to content

Commit

Permalink
Fix compiler warning on rust 1.80
Browse files Browse the repository at this point in the history
This dox/doc_cfg attr looks like it was originally included when bootc
was split off from ostree into its own repo but never actually used
here, so just remove it.

Signed-off-by: John Eckersberg <[email protected]>
  • Loading branch information
jeckersb committed Jul 25, 2024
1 parent 3c31d9f commit 72630a2
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 72630a2

Please sign in to comment.