Skip to content

Commit f79889a

Browse files
committed
Chore: remove random \ before cargo in CI
1 parent 54c84f4 commit f79889a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
- name: Check documentation
7575
env:
7676
RUSTDOCFLAGS: -Dwarnings
77-
run: \cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "optix_sys" --exclude "path_tracer" --exclude "denoiser" --exclude "add"
77+
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "optix_sys" --exclude "path_tracer" --exclude "denoiser" --exclude "add"

0 commit comments

Comments
 (0)