File: disable-bench.patch

package info (click to toggle)
rust-utf8-width 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: utf8-width/Cargo.toml
===================================================================
--- utf8-width.orig/Cargo.toml
+++ utf8-width/Cargo.toml
@@ -23,10 +23,7 @@ keywords = ["utf-8", "width", "length",
 categories = ["no-std", "encoding"]
 license = "MIT"
 repository = "https://github.com/magiclen/utf8-width"
-
-[[bench]]
-name = "bench"
-harness = false
+autobenches = false
 
 [dependencies]
 [dev-dependencies.bencher]