mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue