File: disable-benches.patch

package info (click to toggle)
rust-tree-magic-mini 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: tree-magic-mini/Cargo.toml
===================================================================
--- tree-magic-mini.orig/Cargo.toml
+++ tree-magic-mini/Cargo.toml
@@ -47,12 +47,2 @@ path = "src/lib.rs"
 
-[[bench]]
-name = "from_u8"
-path = "benches/from_u8.rs"
-harness = false
-
-[[bench]]
-name = "match_u8"
-path = "benches/match_u8.rs"
-harness = false
-
 [dependencies.memchr]