Replace doc_auto_cfg with doc_cfg

See https://github.com/rust-lang/rust/pull/138907
This commit is contained in:
Héctor Ramón Jiménez 2025-10-08 04:37:13 +02:00
parent 964a4707dc
commit a064241a6b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 9 additions and 9 deletions

View file

@ -473,7 +473,6 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/bdf0430880f5c29443f5f0a0ae4895866dfef4c6/docs/logo.svg"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
use iced_widget::graphics;
use iced_widget::renderer;