summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllen George <allengeorge@apache.org>2021-03-01 23:19:52 -0500
committerGitHub <noreply@github.com>2021-03-01 23:19:52 -0500
commit55c3e4c2eff86b61eae1b098803e72d682bdaafb (patch)
treebf8f63ef1cdc0678c7ecbed0be8d4dbd8c179fbb /Makefile.am
parent1ab156ab17b6f3268a1ba57034b4d4dc96f4f306 (diff)
downloadthrift-55c3e4c2eff86b61eae1b098803e72d682bdaafb.tar.gz
Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5d9c41db..3db9ffa57 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,6 @@ EXTRA_DIST = \
.gitattributes \
.gitignore \
.travis.yml \
- .rustfmt.toml \
ApacheThrift.nuspec \
appveyor.yml \
bootstrap.sh \
@@ -165,5 +164,6 @@ EXTRA_DIST = \
package-lock.json \
phpcs.xml.dist \
README.md \
+ rust-toolchain \
sonar-project.properties \
Thrift.podspec