We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 980bcd8 + abab181 commit 691e5e7Copy full SHA for 691e5e7
ci/integration-tests.sh
@@ -21,7 +21,7 @@ function check() {
21
# run clippy on a project, try to be verbose and trigger as many warnings as possible for greater coverage
22
RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nursery &> clippy_output
23
cat clippy_output
24
- ! cat clippy_output | grep -q "internal compiler error\|query stack during panic"
+ ! cat clippy_output | grep -q "internal compiler error\|query stack during panic\|E0463"
25
if [[ $? != 0 ]]; then
26
return 1
27
fi
0 commit comments