add missing snake case attribute, update hash

This commit is contained in:
Moritz Vetter 2022-02-07 04:57:20 +01:00
parent 1dee488a68
commit 482533ea9a
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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: