This commit is contained in:
Florian Diebold 2022-06-20 20:34:08 +02:00
parent 05ca0a2377
commit 07d78b67cb

View File

@ -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 {