mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 04:15:08 +00:00
fix the test
This commit is contained in:
parent
f590635f57
commit
971054e4d0
1 changed files with 2 additions and 2 deletions
|
@ -95,6 +95,7 @@ pub fn foo() {}
|
||||||
{
|
{
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
|
"is_member": true,
|
||||||
"manifest": "$PROJECT_ROOT$/Cargo.toml",
|
"manifest": "$PROJECT_ROOT$/Cargo.toml",
|
||||||
"name": "foo",
|
"name": "foo",
|
||||||
"targets": [ 0 ]
|
"targets": [ 0 ]
|
||||||
|
@ -102,8 +103,7 @@ pub fn foo() {}
|
||||||
],
|
],
|
||||||
"targets": [
|
"targets": [
|
||||||
{ "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" }
|
{ "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" }
|
||||||
],
|
]
|
||||||
"ws_members": [ 0 ]
|
|
||||||
}
|
}
|
||||||
]"#
|
]"#
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue