Skip to content

Commit 2e499e8

Browse files
nnethercoteLegNeato
authored andcommitted
Remove some out-of-date comments.
These should have been removed in #330.
1 parent 9cc7aa2 commit 2e499e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci_linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ jobs:
163163
--exclude cust
164164
'
165165
166-
# Exclude cust_raw because it triggers hundreds of warnings.
167166
- name: Check documentation
168167
run: |
169168
docker exec "$CONTAINER_NAME" bash -lc 'set -euo pipefail

.github/workflows/ci_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
run: cargo test --workspace --exclude blastoff --exclude cudnn --exclude cudnn-sys --exclude cust
107107

108108
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
109-
# Exclude cust_raw because it triggers hundreds of warnings.
110109
- name: Check documentation
111110
env:
112111
RUSTDOCFLAGS: -Dwarnings

0 commit comments

Comments
 (0)