Skip to content

Commit 077f365

Browse files
committed
caplint
1 parent 62222c3 commit 077f365

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci/integration-tests.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,4 @@ cargo clippy \
2525
-- \
2626
--cap-lints warn \
2727
-W clippy::pedantic \
28-
-W clippy::nursery \
29-
> clippy_output 2>&1 || true
30-
31-
cat clippy_output
32-
33-
if grep -q "internal compiler error\|query stack during panic\|E0463" clippy_output; then
34-
exit 1
35-
fi
28+
-W clippy::nursery

0 commit comments

Comments
 (0)