From e811d0734fd0b5b3e8d1d160a15f8a950ed6217f Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 28 Dec 2025 22:06:05 +0900 Subject: [PATCH] docs: replace doc_auto_cfg with doc_cfg --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8b4caf3..720aeca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] //! Yew components to implement OAuth2 and OpenID Connect logins. //! //! ## OAuth2 or Open ID Connect