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/tutorial/rs/Makefile.am b/tutorial/rs/Makefile.am index 666331e..4aa05da 100644 --- a/tutorial/rs/Makefile.am +++ b/tutorial/rs/Makefile.am
@@ -24,6 +24,7 @@ all-local: gen-rs/tutorial.rs $(CARGO) build + $(CARGO) fmt --all -- --check [ -d bin ] || mkdir bin cp target/debug/tutorial_server bin/tutorial_server cp target/debug/tutorial_client bin/tutorial_client