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 8ee1ce5 commit 4267490Copy full SHA for 4267490
askama_web/src/lib.rs
@@ -96,7 +96,7 @@
96
//! * `"warp-0.3"`: implements [`Reply`][warp_0_3::reply::Reply] for
97
//! [warp](https://docs.rs/warp/0.3.x/) in version 0.3
98
99
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
100
101
#[doc(hidden)]
102
mod implementation;
0 commit comments