File: disable-bench.patch

package info (click to toggle)
rust-append-only-vec 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: append-only-vec/Cargo.toml
===================================================================
--- append-only-vec.orig/Cargo.toml
+++ append-only-vec/Cargo.toml
@@ -36,7 +36,7 @@ repository = "https://github.com/droundy
 name = "append_only_vec"
 path = "src/lib.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "bench"
 path = "benches/bench.rs"
 harness = false