There was an error while loading. Please reload this page.
1 parent 7685047 commit 612118cCopy full SHA for 612118c
1 file changed
http-body-util/src/lib.rs
@@ -1,6 +1,6 @@
1
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
2
#![cfg_attr(test, deny(warnings))]
3
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
4
5
//! Utilities for [`http_body::Body`].
6
//!
0 commit comments