File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ rustflags = [
3737# activate the target-applies-to-host feature.
3838# Required for `target-applies-to-host` at the top to take effect.
3939[unstable ]
40+ rustdoc-map = true
4041target-applies-to-host = true
Original file line number Diff line number Diff line change 3434 RUSTDOCFLAGS : " --enable-index-page -Zunstable-options --cfg docsrs -Dwarnings"
3535 with :
3636 command : doc
37- args : --no-deps --workspace --exclude matrix-sdk-crypto-js --exclude matrix-sdk-crypto-nodejs --features docsrs -Zrustdoc-map
37+ args : --no-deps --workspace --exclude matrix-sdk-crypto-js --exclude matrix-sdk-crypto-nodejs --features docsrs
3838
3939 - name : Deploy docs
4040 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ fn build_docs(
5151 }
5252
5353 // Keep in sync with .github/workflows/docs.yml
54- cmd ! ( "rustup run nightly cargo doc --no-deps --workspace --features docsrs -Zrustdoc-map " )
54+ cmd ! ( "rustup run nightly cargo doc --no-deps --workspace --features docsrs" )
5555 // Work around https://github.com/rust-lang/cargo/issues/10744
5656 . env ( "CARGO_TARGET_APPLIES_TO_HOST" , "true" )
5757 . env ( "RUSTDOCFLAGS" , rustdocflags)
You can’t perform that action at this time.
0 commit comments