File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v5
21- - uses : dtolnay/rust-toolchain@stable
21+ - uses : dtolnay/rust-toolchain@nightly
2222 - name : cargo doc
2323 working-directory : ${{ matrix.subcrate }}
2424 env :
25- RUSTDOCFLAGS : " -D rustdoc::broken_intra_doc_links"
25+ RUSTDOCFLAGS : " -D rustdoc::broken_intra_doc_links --cfg docsrs "
2626 run : cargo doc --all-features --no-deps
2727
2828 cargo-hack :
Original file line number Diff line number Diff line change 216216 clippy:: type_complexity
217217) ]
218218#![ forbid( unsafe_code) ]
219- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
219+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
220220#![ cfg_attr( test, allow( clippy:: float_cmp) ) ]
221221
222222#[ macro_use]
You can’t perform that action at this time.
0 commit comments