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] |
Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341) Client: rs
diff --git a/lib/rs/test/Makefile.am b/lib/rs/test/Makefile.am index 19056a6..017a2c4 100644 --- a/lib/rs/test/Makefile.am +++ b/lib/rs/test/Makefile.am
@@ -29,6 +29,7 @@ check: stubs $(CARGO) fmt --all -- --check + $(CARGO) clippy --all -- -D warnings $(CARGO) build $(CARGO) test [ -d bin ] || mkdir bin