Skip to content

Commit b09b68b

Browse files
committed
refactor: remove unnecessary portion of test file Cargo.toml
Signed-off-by: Om Santosh Suneri <[email protected]>
1 parent ee7f8e4 commit b09b68b

File tree

1 file changed

+1
-22
lines changed
  • tests/packagedcode/data/cargo/cargo_toml/single-file-scan

1 file changed

+1
-22
lines changed

tests/packagedcode/data/cargo/cargo_toml/single-file-scan/Cargo.toml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,4 @@ rust-version = "1.85.0"
1414

1515
[dev-dependencies]
1616
criterion = { version = "0.5.1", features = ["cargo_bench_support", "html_reports"] }
17-
count_instructions = "0.2.0"
18-
19-
[features]
20-
default = ["std"]
21-
22-
# Necessary to detect at runtime whether DIT is available on aarch64.
23-
std = []
24-
25-
# Enables tests which depend on the count_instructions crate.
26-
count_instructions_test = []
27-
28-
[[bench]]
29-
name = "bench"
30-
harness = false
31-
32-
[[bench]]
33-
name = "bench_generic"
34-
harness = false
35-
36-
[[bench]]
37-
name = "bench_classic"
38-
harness = false
17+
count_instructions = "0.2.0"

0 commit comments

Comments
 (0)