Skip to content

Commit 182e958

Browse files
king-11rustyrussell
authored andcommitted
chore: remove rustfmt check in configure
rustfmt isn’t needed for production builds and cargo is sufficient [ Also, rustfmt --version exits with status 1 due to deprecation --RR ] Changelog-None
1 parent e02f76b commit 182e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ default_valgrind_setting()
152152

153153
default_rust_setting()
154154
{
155-
if cargo --version > /dev/null 2>&1 && rustfmt --version >/dev/null 2>&1; then
155+
if cargo --version > /dev/null 2>&1; then
156156
echo 1
157157
else
158158
echo 0

0 commit comments

Comments
 (0)