mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Update docs
This commit is contained in:
parent
6a8d47e7f0
commit
59c2efe4b6
2 changed files with 3 additions and 3 deletions
|
@ -709,9 +709,9 @@ enum ManifestOrProjectJson {
|
|||
#[serde(rename_all = "snake_case")]
|
||||
enum MergeBehaviorDef {
|
||||
None,
|
||||
#[serde(alias = "Full")]
|
||||
#[serde(alias = "full")]
|
||||
Crate,
|
||||
#[serde(alias = "Last")]
|
||||
#[serde(alias = "last")]
|
||||
Module,
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[rust-analyzer.assist.importMergeBehavior]]rust-analyzer.assist.importMergeBehavior (default: `"full"`)::
|
||||
[[rust-analyzer.assist.importMergeBehavior]]rust-analyzer.assist.importMergeBehavior (default: `"crate"`)::
|
||||
+
|
||||
--
|
||||
The strategy to use when inserting new imports or merging imports.
|
||||
|
|
Loading…
Reference in a new issue