From: Casper Date: Mon, 1 Mar 2021 21:51:22 +0000 (-0500) Subject: disable clippy (#6494) X-Git-Tag: v2.0.0~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a08357251226eb58e3d0e71f6f5de78b2082a043;p=platform%2Fupstream%2Fflatbuffers.git disable clippy (#6494) Co-authored-by: Casper Neo --- diff --git a/tests/RustTest.sh b/tests/RustTest.sh index 71258c9..eb21e9f 100755 --- a/tests/RustTest.sh +++ b/tests/RustTest.sh @@ -42,9 +42,13 @@ check_test_result "Rust flatbuffers heap alloc test" cargo run $TARGET_FLAG --bin=flexbuffers_alloc_check check_test_result "Rust flexbuffers heap alloc test" -rustup component add clippy -cargo clippy $TARGET_FLAG -check_test_result "No Cargo clippy lints test" +# TODO(caspern): Fix this. +# Temporarily disabled due to error in upstream configuration +# https://github.com/google/flatbuffers/issues/6491 +# +# rustup component add clippy +# cargo clippy $TARGET_FLAG +# check_test_result "No Cargo clippy lints test" cargo bench $TARGET_FLAG