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.
1 parent f3b2deb commit 59a2f69Copy full SHA for 59a2f69
.github/workflows/test.yaml
@@ -46,4 +46,4 @@ jobs:
46
- name: Doc Test
47
run: cargo hack test --feature-powerset --doc --no-fail-fast --workspace
48
- name: Build Docs
49
- run: cargo hack doc --feature-powerset --workspace --no-deps
+ run: cargo doc --all-features --workspace
src/lib.rs
@@ -4,6 +4,7 @@
4
//! for specific punctuation on `TokenTree` and Punct](TokenTreePunct)
5
#![warn(clippy::pedantic, missing_docs)]
6
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
7
+#![deny(rustdoc::all)]
8
9
#[cfg(feature = "proc-macro")]
10
extern crate proc_macro;
0 commit comments