summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-29 17:15:01 +0300
committerLars Wirzenius <liw@liw.fi>2022-03-29 17:15:01 +0300
commitde120055406921cf2ff36b51342b03e8ec67d576 (patch)
tree8a63c6235bf5344b353a7318b61a7947d50414ab /check
parent48d29188dcb9ded11bb373891233ac675b322d54 (diff)
downloadsubplot-de120055406921cf2ff36b51342b03e8ec67d576.tar.gz
docs: document need for rustfmt, have ./check look for it
Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 2920d24..533ac50 100755
--- a/check
+++ b/check
@@ -343,6 +343,7 @@ def check_tooling(r):
"pdflatex",
"plantuml",
"rustc",
+ "rustfmt",
]
for command in commands:
if not r.got_command(command):