contrib/examples/fix.hgrc
changeset 43502 c093cc6e6c99
parent 43386 2247bf3cec76
child 43921 b78795c2a294
--- a/contrib/examples/fix.hgrc	Thu Nov 07 03:46:48 2019 -0800
+++ b/contrib/examples/fix.hgrc	Thu Nov 07 03:59:22 2019 -0800
@@ -2,7 +2,7 @@
 clang-format:command = clang-format --style file -i
 clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"
 
-rustfmt:command = rustfmt {rootpath}
+rustfmt:command = rustfmt
 rustfmt:pattern = set:**.rs
 
 black:command = black --config=black.toml -