There was an error while loading. Please reload this page.
1 parent 5159279 commit aa0063aCopy full SHA for aa0063a
1 file changed
src/lib.rs
@@ -2,6 +2,7 @@
2
#![deny(unsafe_code)]
3
#![deny(missing_docs)]
4
#![cfg_attr(test, deny(warnings))]
5
+#![cfg_attr(docsrs, feature(doc_cfg))]
6
7
//! # wreq
8
//!
0 commit comments