mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Fix test
This commit is contained in:
parent
05ca0a2377
commit
07d78b67cb
1 changed files with 0 additions and 2 deletions
|
@ -1041,7 +1041,6 @@ fn cargo_hello_world_project_model() {
|
||||||
"debug_assertions",
|
"debug_assertions",
|
||||||
"feature=default",
|
"feature=default",
|
||||||
"feature=std",
|
"feature=std",
|
||||||
"test",
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
potential_cfg_options: CfgOptions(
|
potential_cfg_options: CfgOptions(
|
||||||
|
@ -1054,7 +1053,6 @@ fn cargo_hello_world_project_model() {
|
||||||
"feature=rustc-dep-of-std",
|
"feature=rustc-dep-of-std",
|
||||||
"feature=std",
|
"feature=std",
|
||||||
"feature=use_std",
|
"feature=use_std",
|
||||||
"test",
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
env: Env {
|
env: Env {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue