commit | 99c3aa27e6f6daa062b905a65495315c0c2ded90 | [log] [tgz] |
---|---|---|
author | Allen George <allengeorge@apache.org> | Sat Mar 06 14:11:56 2021 -0500 |
committer | GitHub <noreply@github.com> | Sat Mar 06 14:11:56 2021 -0500 |
tree | 91ee1c0185dea778b19b48a0849926e419c8bde4 | |
parent | a8c041dd580ff37f3e32b0eaafed542f496d5d58 [diff] [blame] |
Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341) Client: rs
diff --git a/test/rs/Makefile.am b/test/rs/Makefile.am index afb2cad..78db5ee 100644 --- a/test/rs/Makefile.am +++ b/test/rs/Makefile.am
@@ -23,6 +23,7 @@ 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