From e899d465172ea454f12e00aed367789b0d3bed59 Mon Sep 17 00:00:00 2001 From: beer-psi <92439990+beer-psi@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:02:00 +0700 Subject: [PATCH] Replace `doc_auto_cfg` with `doc_cfg` for docs.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c9024f850..d742e699f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ html_logo_url = "https://raw.githubusercontent.com/serenity-rs/songbird/current/songbird.png", html_favicon_url = "https://raw.githubusercontent.com/serenity-rs/songbird/current/songbird-ico.png" )] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![deny(missing_docs)] #![deny(rustdoc::broken_intra_doc_links)] //! ![project logo][logo]