File: dont-bench.patch

package info (click to toggle)
rust-patricia-tree 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 244 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,10 +44,6 @@
 name = "insert_lines"
 path = "examples/insert_lines.rs"
 
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-
 [dependencies.bitflags]
 version = "2"