Skip to content

Commit aa0063a

Browse files
authored
docs: restore doc_cfg feature gate (#1228)
1 parent 5159279 commit aa0063a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![deny(unsafe_code)]
33
#![deny(missing_docs)]
44
#![cfg_attr(test, deny(warnings))]
5+
#![cfg_attr(docsrs, feature(doc_cfg))]
56

67
//! # wreq
78
//!

0 commit comments

Comments
 (0)