commit | 55c3e4c2eff86b61eae1b098803e72d682bdaafb | [log] [tgz] |
---|---|---|
author | Allen George <allengeorge@apache.org> | Mon Mar 01 23:19:52 2021 -0500 |
committer | GitHub <noreply@github.com> | Mon Mar 01 23:19:52 2021 -0500 |
tree | bf8f63ef1cdc0678c7ecbed0be8d4dbd8c179fbb | |
parent | 1ab156ab17b6f3268a1ba57034b4d4dc96f4f306 [diff] [blame] |
Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)
diff --git a/lib/rs/Makefile.am b/lib/rs/Makefile.am index 6d74348..dd1c03b 100644 --- a/lib/rs/Makefile.am +++ b/lib/rs/Makefile.am
@@ -31,9 +31,11 @@ @echo '##############################################################' check-local: + $(CARGO) fmt --all -- --check $(CARGO) test all-local: + $(CARGO) fmt --all -- --check $(CARGO) build clean-local: