about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-11-18 15:22:51 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2019-11-18 15:27:04 +0300
commit76da22e66aaccda4a428e41e233ef7f3732463fd (patch)
tree4448743e0fff2822c3f6bde607e4a97374441be3 /docs
parentb79d6789236bb53c5818949cc2960b5c4991cbeb (diff)
downloadrust-76da22e66aaccda4a428e41e233ef7f3732463fd.tar.gz
rust-76da22e66aaccda4a428e41e233ef7f3732463fd.zip
Don't create a separate bin for format hook
Diffstat (limited to 'docs')
-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 006518afc0f..0823ca09ab1 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
 be green as well. We use bors-ng to enforce the [not rocket
 science](https://graydon2.dreamwidth.org/1597.html) rule.
 
-You can run `cargo format-hook` to install git-hook to run rustfmt on commit.
+You can run `cargo xtask install-pre-commit-hook` to install git-hook to run rustfmt on commit.
 
 # Code organization