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 792ebc9 commit c903d31Copy full SHA for c903d31
.github/workflows/rust.yml
@@ -43,6 +43,6 @@ jobs:
43
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUST_BACKTRACE=full cargo build --release
44
45
- name: Build Docs
46
- run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --target-dir docs/api --workspace --lib
+ run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --target-dir docs/api --workspace --lib
47
48
0 commit comments