diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-20 14:32:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-20 14:32:45 +0100 |
commit | 7aab09ca6c62ee19528b0acf5b164d66f78575db (patch) | |
tree | 6a01d18b70fca8783b5dfcc59d5fdf01fb5dbd40 /docs | |
parent | 8bb37737c9e8b7a390ae29d5fb0daaeeb495d2b5 (diff) | |
parent | 066856ab5b50fb458c0650959d45e99bac6dffca (diff) |
Merge #8893
8893: Update outdated auto-import documentation r=Veykril a=Veykril
bors r+
Co-authored-by: Lukas Tobias Wirth <[email protected]>
Diffstat (limited to 'docs')
-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 f96c09a79..1d8a1930a 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -276,7 +276,7 @@ nvim_lsp.rust_analyzer.setup({ | |||
276 | settings = { | 276 | settings = { |
277 | ["rust-analyzer"] = { | 277 | ["rust-analyzer"] = { |
278 | assist = { | 278 | assist = { |
279 | importMergeBehavior = "last", | 279 | importGranularity = "module", |
280 | importPrefix = "by_self", | 280 | importPrefix = "by_self", |
281 | }, | 281 | }, |
282 | cargo = { | 282 | cargo = { |