diff options
author | vsrs <[email protected]> | 2020-07-03 14:07:28 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-03 14:07:28 +0100 |
commit | 188d24024cd2770822d3e525be3ea330e79625c8 (patch) | |
tree | d09ac4056a4022059b37201a25d3020c7926d351 /docs/user | |
parent | 8b2a44dc3f40926c3893eb029480384227b36de5 (diff) |
Fix tag level
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index ee29be0bb..7816287e4 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -340,7 +340,7 @@ You may use `inRustProject` context to configure keybindings for rust projects o | |||
340 | ---- | 340 | ---- |
341 | More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here]. | 341 | More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here]. |
342 | 342 | ||
343 | === Setting runnable environment variables | 343 | ==== Setting runnable environment variables |
344 | You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables. | 344 | You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables. |
345 | The simplest way for all runnables in a bunch: | 345 | The simplest way for all runnables in a bunch: |
346 | ```jsonc | 346 | ```jsonc |