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 203c956 commit eed21e7Copy full SHA for eed21e7
.github/workflows/CI.yml
@@ -126,4 +126,4 @@ jobs:
126
steps:
127
- uses: actions/checkout@v5
128
- uses: dtolnay/rust-toolchain@nightly
129
- - run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken_intra_doc_links
+ - run: cargo rustdoc --features full -- --cfg docsrs -D rustdoc::broken_intra_doc_links
0 commit comments