contrib/examples/fix.hgrc
changeset 44103 2077ffede71f
parent 44069 5e0505d36aee
child 44147 5e84a96d865b
--- a/contrib/examples/fix.hgrc	Thu Dec 26 19:05:55 2019 +0100
+++ b/contrib/examples/fix.hgrc	Thu Jan 16 08:41:38 2020 -0800
@@ -2,7 +2,7 @@
 clang-format:command = clang-format --style file
 clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist"
 
-rustfmt:command = $(rustup which --toolchain nightly rustfmt)
+rustfmt:command = rustfmt +nightly
 rustfmt:pattern = set:**.rs
 
 black:command = black --config=black.toml -