Skip to content

Commit ef806de

Browse files
committed
Remove unneeded Cargo.toml keys in test-float-parse
1 parent 5fe2286 commit ef806de

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,8 +3520,6 @@ impl Step for TestFloatParse {
35203520
);
35213521

35223522
// Run the actual parse tests.
3523-
// TODO: can we ensure this always runs with `--release`? Running without it is way
3524-
// too slow.
35253523
let mut cargo_run = tool::prepare_tool_cargo(
35263524
builder,
35273525
compiler,

src/etc/test-float-parse/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55
publish = false
66

7-
[workspace]
8-
resolver = "1"
9-
107
[dependencies]
118
indicatif = { version = "0.17.8", default-features = false }
129
num = "0.4.3"
@@ -25,7 +22,3 @@ opt-level = 3
2522
[profile.release]
2623
codegen-units = 1
2724
lto = true
28-
29-
[profile.profiling]
30-
inherits = "release"
31-
debug = true

0 commit comments

Comments
 (0)