Skip to content

Commit a442b1d

Browse files
committed
replace doc_auto_cfg to doc_cfg
1 parent 9dfabdb commit a442b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! It also adds the [`assert_tokens!`] and [`assert_expansion!`] macros to
77
//! improve unit testability for `proc-macros`.
88
#![warn(clippy::pedantic, missing_docs)]
9-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
9+
#![cfg_attr(docsrs, feature(doc_cfg))]
1010
#![deny(rustdoc::all)]
1111

1212
#[cfg(all(doc, feature = "proc-macro2"))]

0 commit comments

Comments
 (0)