Skip to content

Commit 55c1c71

Browse files
authored
Change from doc_auto_cfg to doc_cfg feature (#3428)
Fixes docs publishing by switching to the new feature merged in rust-lang/rust#138907
1 parent 2b098af commit 55c1c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! [examples]: https://github.com/serenity-rs/serenity/tree/current/examples
5050
//! [gateway docs]: crate::gateway
5151
#![doc(html_root_url = "https://docs.rs/serenity/*")]
52-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
52+
#![cfg_attr(docsrs, feature(doc_cfg))]
5353
#![warn(
5454
unused,
5555
rust_2018_idioms,

0 commit comments

Comments
 (0)