We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6590 commit 29552c7Copy full SHA for 29552c7
src/lib.rs
@@ -92,7 +92,7 @@
92
#![deny(missing_debug_implementations)]
93
#![allow(trivial_numeric_casts)]
94
#![cfg_attr(test, deny(warnings))]
95
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
96
97
#[cfg(not(feature = "any_impl",))]
98
compile_error!("You need to choose a zlib backend");
0 commit comments