mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-14 14:25:12 +00:00
proc-macro-api: Fix warnings about clippy str_to_string
rule
This commit is contained in:
parent
5d1f2835af
commit
b89a4038c9
4 changed files with 6 additions and 6 deletions
|
@ -197,7 +197,7 @@ impl ProcMacro {
|
|||
&deserialize_span_data_index_map(&resp.span_data_table),
|
||||
)
|
||||
})),
|
||||
_ => Err(ServerError { message: "unexpected response".to_string(), io: None }),
|
||||
_ => Err(ServerError { message: "unexpected response".to_owned(), io: None }),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue