From 90f55a37526919e50ba4c16b7f34b5ebe7b549e7 Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Fri, 29 May 2026 09:40:39 +0900 Subject: [PATCH] remove doc_auto_cfg for jlabel --- crates/jlabel/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/jlabel/src/lib.rs b/crates/jlabel/src/lib.rs index 7896513..2471f21 100644 --- a/crates/jlabel/src/lib.rs +++ b/crates/jlabel/src/lib.rs @@ -1,5 +1,5 @@ #![deny(missing_docs)] -#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] //! HTS-style full-context label structure and parser/serializer from/to string. //!