mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +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)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct WorkspaceSymbolParams {
|
||||
#[serde(flatten)]
|
||||
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
|
||||
need to adjust this doc as well and ping this issue:
|
||||
|
|
Loading…
Reference in a new issue