Skip to content

Commit 59a2f69

Browse files
committed
test: deny rustdoc::all
1 parent f3b2deb commit 59a2f69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Doc Test
4747
run: cargo hack test --feature-powerset --doc --no-fail-fast --workspace
4848
- name: Build Docs
49-
run: cargo hack doc --feature-powerset --workspace --no-deps
49+
run: cargo doc --all-features --workspace

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//! for specific punctuation on `TokenTree` and Punct](TokenTreePunct)
55
#![warn(clippy::pedantic, missing_docs)]
66
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
7+
#![deny(rustdoc::all)]
78

89
#[cfg(feature = "proc-macro")]
910
extern crate proc_macro;

0 commit comments

Comments
 (0)