about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-03-01 21:29:40 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2021-03-01 21:30:21 +0300
commit979c26e1aebee85e664899235d5fbc67ca26d6e8 (patch)
tree0653d4a9a0c5cfed7f9016e21727f49dae7051a5 /docs/dev
parent5efb7f85eb24c7ad76136a7d81e8f8cffe213aa8 (diff)
downloadrust-979c26e1aebee85e664899235d5fbc67ca26d6e8.tar.gz
rust-979c26e1aebee85e664899235d5fbc67ca26d6e8.zip
Axe pre-commit
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index d6fae52959a..b91013f1378 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -58,8 +58,6 @@ Use `env RUN_SLOW_TESTS=1 cargo test` to run the full suite.
 
 We use bors-ng to enforce the [not rocket science](https://graydon2.dreamwidth.org/1597.html) rule.
 
-You can run `cargo xtask install-pre-commit-hook` to install git-hook to run rustfmt on commit.
-
 # Launching rust-analyzer
 
 Debugging the language server can be tricky.