fix(docs): remove docsrs thing that was preventing build

This commit is contained in:
Kat Marchán 2026-05-28 23:28:53 -07:00
parent d1a68c60d5
commit 80db365d7a
1 changed files with 0 additions and 1 deletions

View File

@ -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")]