aboutsummaryrefslogtreecommitdiff
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
authorLorenzo Villani <[email protected]>2018-10-28 15:33:56 +0000
committerGitHub <[email protected]>2018-10-28 15:33:56 +0000
commit7fafa44625bbd646b57c8e02eb1519705e050ace (patch)
tree1b59afd7aaea87b6636b57b3c2a1d0c52965c10e /ARCHITECTURE.md
parent5932bd0bb5fcd066a9d16abcd1597b7097978085 (diff)
Move backtick after "use"
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index 1efd1e054..f16ff782c 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -118,8 +118,8 @@ VS Code plugin
118## Common workflows 118## Common workflows
119 119
120To try out VS Code extensions, run `cargo install-code`. This installs both the 120To try out VS Code extensions, run `cargo install-code`. This installs both the
121`ra_lsp_server` binary and VS Code extension. To install only the binary, `use 121`ra_lsp_server` binary and VS Code extension. To install only the binary, use
122cargo install --path crates/ra_lsp_server --force` 122`cargo install --path crates/ra_lsp_server --force`
123 123
124To see logs from the language server, set `RUST_LOG=info` env variable. To see 124To see logs from the language server, set `RUST_LOG=info` env variable. To see
125all communication between the server and the client, use 125all communication between the server and the client, use