diff options
| author | İsmail Arılık <arilik.ismail@gmail.com> | 2023-07-14 15:03:32 +0300 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-07-14 20:41:09 +0200 |
| commit | 441985e183df88eddbdd596a56a05b848960f4eb (patch) | |
| tree | 22c6e46b76267fb99831cc69e4e32d384fbb517b /src/doc/rustc-dev-guide | |
| parent | 9b7789a81532a85d5d025a6776543cc748f8f78a (diff) | |
| download | rust-441985e183df88eddbdd596a56a05b848960f4eb.tar.gz rust-441985e183df88eddbdd596a56a05b848960f4eb.zip | |
fix(suggested): remove an unnecessary and confusing statement
This statement is not about Visual Studio Code; it is about Neovim and it is already in that section. And it is also confusing for a VS Code user. So I think it is better to remove it.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/suggested.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md index 156546ffd36..0da3f60cf28 100644 --- a/src/doc/rustc-dev-guide/src/building/suggested.md +++ b/src/doc/rustc-dev-guide/src/building/suggested.md @@ -36,9 +36,6 @@ If you have enough free disk space and you would like to be able to run `x` comm rust-analyzer runs in the background, you can also add `--build-dir build-rust-analyzer` to the `overrideCommand` to avoid x locking. -If you're running `coc.nvim`, you can use `:CocLocalConfig` to create a -`.vim/coc-settings.json` and copy the settings from [`src/etc/rust_analyzer_settings.json`]. - [`src/etc/rust_analyzer_settings.json`]: https://github.com/rust-lang/rust/blob/master/src/etc/rust_analyzer_settings.json If running `./x check` on save is inconvenient, in VS Code you can use a [Build |
