mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
fix windows test.
This commit is contained in:
parent
76e6589016
commit
727a7827fd
1 changed files with 2 additions and 2 deletions
|
@ -785,7 +785,7 @@ fn main() {}
|
||||||
"documentChanges": [
|
"documentChanges": [
|
||||||
{
|
{
|
||||||
"textDocument": {
|
"textDocument": {
|
||||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap().to_string().replace("C:\\", "/c:/").replace("\\", "/")),
|
||||||
"version": null
|
"version": null
|
||||||
},
|
},
|
||||||
"edits": [
|
"edits": [
|
||||||
|
@ -846,7 +846,7 @@ fn main() {}
|
||||||
"documentChanges": [
|
"documentChanges": [
|
||||||
{
|
{
|
||||||
"textDocument": {
|
"textDocument": {
|
||||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap().to_string().replace("C:\\", "/c:/").replace("\\", "/")),
|
||||||
"version": null
|
"version": null
|
||||||
},
|
},
|
||||||
"edits": [
|
"edits": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue