From 80db365d7a43518a7fde2b88c6ffbbe4a45ae43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 28 May 2026 23:28:53 -0700 Subject: [PATCH] fix(docs): remove docsrs thing that was preventing build --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ef28849..f81ae70 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -183,7 +183,6 @@ #![deny(missing_debug_implementations, nonstandard_style)] #![warn(missing_docs, rust_2018_idioms, unreachable_pub)] #![cfg_attr(test, deny(warnings))] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] #![doc(html_favicon_url = "https://kdl.dev/favicon.ico")] #![doc(html_logo_url = "https://kdl.dev/logo.svg")]