mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 19:35:06 +00:00
add missing snake case attribute, update hash
This commit is contained in:
parent
1dee488a68
commit
482533ea9a
2 changed files with 2 additions and 1 deletions
|
@ -496,6 +496,7 @@ impl Request for WorkspaceSymbol {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Eq, PartialEq, Clone, Default, Deserialize, Serialize)]
|
#[derive(Debug, Eq, PartialEq, Clone, Default, Deserialize, Serialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct WorkspaceSymbolParams {
|
pub struct WorkspaceSymbolParams {
|
||||||
#[serde(flatten)]
|
#[serde(flatten)]
|
||||||
pub partial_result_params: PartialResultParams,
|
pub partial_result_params: PartialResultParams,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!---
|
<!---
|
||||||
lsp_ext.rs hash: 49ffd619919ed74
|
lsp_ext.rs hash: 5b53b92c9f9d6650
|
||||||
|
|
||||||
If you need to change the above hash to make the test pass, please check if you
|
If you need to change the above hash to make the test pass, please check if you
|
||||||
need to adjust this doc as well and ping this issue:
|
need to adjust this doc as well and ping this issue:
|
||||||
|
|
Loading…
Reference in a new issue