printer: use doc_cfg instead of doc_auto_cfg

Fixes #3202
This commit is contained in:
Andrew Gallant
2025-10-22 07:47:07 -04:00
parent d47663b1b4
commit 5748f81bb1
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ assert_eq!(output, expected);
*/
#![deny(missing_docs)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
pub use crate::{
color::{ColorError, ColorSpecs, UserColorSpec, default_color_specs},