Submitter | phabricator |
---|---|
Date | Jan. 14, 2020, 4:13 p.m. |
Message ID | <3a3832eb7057f03c08633f70754896ef@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44317/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc --- a/contrib/examples/fix.hgrc +++ b/contrib/examples/fix.hgrc @@ -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 = rustfmt +rustfmt:command = $(rustup which --toolchain nightly rustfmt) rustfmt:pattern = set:**.rs black:command = black --config=black.toml -