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/lib/rs/Makefile.am b/lib/rs/Makefile.am index dd1c03b..4abdff8 100644 --- a/lib/rs/Makefile.am +++ b/lib/rs/Makefile.am
@@ -32,10 +32,12 @@ check-local: $(CARGO) fmt --all -- --check + $(CARGO) clippy --all -- -D warnings $(CARGO) test all-local: $(CARGO) fmt --all -- --check + $(CARGO) clippy --all -- -D warnings $(CARGO) build clean-local: