File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 - name : Clippy
9595 env :
9696 RUSTFLAGS : -Dwarnings
97- run : cargo clippy --workspace --exclude "cudnn*" --exclude "vecadd*"
97+ run : cargo clippy --workspace --exclude "cudnn*"
9898
9999 # Exclude crates with tests that require an NVIDIA GPU: blastoff, cudnn, cust.
100100 # Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
@@ -104,7 +104,7 @@ jobs:
104104 - name : Check documentation
105105 env :
106106 RUSTDOCFLAGS : -Dwarnings
107- run : cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw" --exclude "vecadd*"
107+ run : cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw"
108108
109109 # Disabled due to dll issues, someone with Windows knowledge needed
110110 # - name: Compiletest
You can’t perform that action at this time.
0 commit comments