We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_auto_cfg
doc_cfg
1 parent 9dfabdb commit a442b1dCopy full SHA for a442b1d
src/lib.rs
@@ -6,7 +6,7 @@
6
//! It also adds the [`assert_tokens!`] and [`assert_expansion!`] macros to
7
//! improve unit testability for `proc-macros`.
8
#![warn(clippy::pedantic, missing_docs)]
9
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
10
#![deny(rustdoc::all)]
11
12
#[cfg(all(doc, feature = "proc-macro2"))]
0 commit comments