We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7f8e4 commit b09b68bCopy full SHA for b09b68b
tests/packagedcode/data/cargo/cargo_toml/single-file-scan/Cargo.toml
@@ -14,25 +14,4 @@ rust-version = "1.85.0"
14
15
[dev-dependencies]
16
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
33
-name = "bench_generic"
34
35
36
37
-name = "bench_classic"
38
+count_instructions = "0.2.0"
0 commit comments