summaryrefslogtreecommitdiff
path: root/test/rs
diff options
context:
space:
mode:
authorAllen George <allengeorge@apache.org>2021-03-06 14:11:56 -0500
committerGitHub <noreply@github.com>2021-03-06 14:11:56 -0500
commit99c3aa27e6f6daa062b905a65495315c0c2ded90 (patch)
tree91ee1c0185dea778b19b48a0849926e419c8bde4 /test/rs
parenta8c041dd580ff37f3e32b0eaafed542f496d5d58 (diff)
downloadthrift-99c3aa27e6f6daa062b905a65495315c0c2ded90.tar.gz
Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341)
Client: rs
Diffstat (limited to 'test/rs')
-rw-r--r--test/rs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rs/Makefile.am b/test/rs/Makefile.am
index afb2cad03..78db5ee0c 100644
--- a/test/rs/Makefile.am
+++ b/test/rs/Makefile.am
@@ -23,6 +23,7 @@ stubs: ../ThriftTest.thrift
precross: stubs
$(CARGO) build
$(CARGO) fmt --all -- --check
+ $(CARGO) clippy --all -- -D warnings
[ -d bin ] || mkdir bin
cp target/debug/test_server bin/test_server
cp target/debug/test_client bin/test_client