Skip to content

Commit 612118c

Browse files
authored
docs: migrate from doc_auto_cfg to doc_cfg (#175)
1 parent 7685047 commit 612118c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-body-util/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
22
#![cfg_attr(test, deny(warnings))]
3-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3+
#![cfg_attr(docsrs, feature(doc_cfg))]
44

55
//! Utilities for [`http_body::Body`].
66
//!

0 commit comments

Comments
 (0)