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/test/rs/Makefile.am b/test/rs/Makefile.am index 4b061ea..afb2cad 100644 --- a/test/rs/Makefile.am +++ b/test/rs/Makefile.am
@@ -22,6 +22,7 @@ precross: stubs $(CARGO) build + $(CARGO) fmt --all -- --check [ -d bin ] || mkdir bin cp target/debug/test_server bin/test_server cp target/debug/test_client bin/test_client