aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-18 12:41:59 +0000
committerGitHub <[email protected]>2019-11-18 12:41:59 +0000
commit789a0d2a6474f924a0c3239a085b5e8579b1e7f6 (patch)
tree4448743e0fff2822c3f6bde607e4a97374441be3 /docs/dev
parent157beb8b3fd162b2be735274d5da42870e90cb01 (diff)
parent76da22e66aaccda4a428e41e233ef7f3732463fd (diff)
Merge #2301
2301: Don't create a separate bin for format hook r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 006518afc..0823ca09a 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -55,7 +55,7 @@ We use Travis for CI. Most of the things, including formatting, are checked by
55be green as well. We use bors-ng to enforce the [not rocket 55be green as well. We use bors-ng to enforce the [not rocket
56science](https://graydon2.dreamwidth.org/1597.html) rule. 56science](https://graydon2.dreamwidth.org/1597.html) rule.
57 57
58You can run `cargo format-hook` to install git-hook to run rustfmt on commit. 58You can run `cargo xtask install-pre-commit-hook` to install git-hook to run rustfmt on commit.
59 59
60# Code organization 60# Code organization
61 61