diff options
author | Seivan Heidari <[email protected]> | 2019-11-18 19:53:40 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-11-18 19:53:40 +0000 |
commit | 4bdb6351ac557851607df9d142c9e573c0fb5e1d (patch) | |
tree | 48b349958afceeeebecccd63e55004d5a924baff /docs/dev | |
parent | aceeb0b85ee8228503f970ea602af71ff22216a0 (diff) | |
parent | a4f21801c54c65eafa337edc5e86de2c46b37544 (diff) |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into feature/themes
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/README.md | 2 |
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 | |||
55 | be green as well. We use bors-ng to enforce the [not rocket | 55 | be green as well. We use bors-ng to enforce the [not rocket |
56 | science](https://graydon2.dreamwidth.org/1597.html) rule. | 56 | science](https://graydon2.dreamwidth.org/1597.html) rule. |
57 | 57 | ||
58 | You can run `cargo format-hook` to install git-hook to run rustfmt on commit. | 58 | You 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 | ||