File: no-benches

package info (click to toggle)
rust-capstone 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: sh: 341; ansic: 6; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,11 +39,6 @@
 name = "demo"
 path = "examples/demo.rs"
 
-[[bench]]
-name = "my_benchmark"
-path = "benches/my_benchmark.rs"
-harness = false
-
 [dependencies.capstone-sys]
 version = "0.17.0"
 default-features = false