Skip to content

Commit 4267490

Browse files
joshkaKijewski
authored andcommitted
Remove doc_auto_cfg
No longer necessary rust-lang/rust#138907
1 parent 8ee1ce5 commit 4267490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

askama_web/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
//! * `"warp-0.3"`: implements [`Reply`][warp_0_3::reply::Reply] for
9797
//! [warp](https://docs.rs/warp/0.3.x/) in version 0.3
9898
99-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
99+
#![cfg_attr(docsrs, feature(doc_cfg))]
100100

101101
#[doc(hidden)]
102102
mod implementation;

0 commit comments

Comments
 (0)