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 613644d commit 85d1892Copy full SHA for 85d1892
src/lib.rs
@@ -2,7 +2,7 @@
2
#![deny(missing_debug_implementations)]
3
#![deny(rust_2018_idioms)]
4
#![cfg_attr(test, deny(warnings))]
5
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
6
7
//! # warp
8
//!
0 commit comments