File: disable-benches.patch

package info (click to toggle)
rust-tree-magic-mini 3.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: tree-magic-mini/Cargo.toml
===================================================================
--- tree-magic-mini.orig/Cargo.toml
+++ tree-magic-mini/Cargo.toml
@@ -21,14 +21,8 @@ readme = "README.md"
 keywords = ["mime", "filesystem", "media-types"]
 license = "MIT"
 repository = "https://github.com/mbrubeck/tree_magic/"
+autobenches = false
 
-[[bench]]
-name = "from_u8"
-harness = false
-
-[[bench]]
-name = "match_u8"
-harness = false
 [dependencies.bytecount]
 version = "0.6.0"