Skip to content

Commit 29552c7

Browse files
authored
Fix docs.rs build
Nightly feature doc_auto_cfg is merged into doc_cfg rust-lang/rust#138907
1 parent 3be6590 commit 29552c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
#![deny(missing_debug_implementations)]
9393
#![allow(trivial_numeric_casts)]
9494
#![cfg_attr(test, deny(warnings))]
95-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
95+
#![cfg_attr(docsrs, feature(doc_cfg))]
9696

9797
#[cfg(not(feature = "any_impl",))]
9898
compile_error!("You need to choose a zlib backend");

0 commit comments

Comments
 (0)