mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
unwrap.
This commit is contained in:
parent
6a15876fc4
commit
76e6589016
@ -785,7 +785,7 @@ fn main() {}
|
||||
"documentChanges": [
|
||||
{
|
||||
"textDocument": {
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs")),
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
||||
"version": null
|
||||
},
|
||||
"edits": [
|
||||
@ -846,7 +846,7 @@ fn main() {}
|
||||
"documentChanges": [
|
||||
{
|
||||
"textDocument": {
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs")),
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
||||
"version": null
|
||||
},
|
||||
"edits": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user