mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Clippy lints
This commit is contained in:
parent
70a7cb34ec
commit
f32dc71351
5 changed files with 14 additions and 17 deletions
|
@ -94,7 +94,7 @@ impl RawRequest {
|
|||
R::Params: Serialize,
|
||||
{
|
||||
RawRequest {
|
||||
id: id,
|
||||
id,
|
||||
method: R::METHOD.to_string(),
|
||||
params: to_value(params).unwrap(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue