mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
add missing snake case attribute, update hash
This commit is contained in:
parent
1dee488a68
commit
482533ea9a
@ -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 New Issue
Block a user