File: disable-benches.patch

package info (click to toggle)
rust-regex-syntax 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,816 kB
  • sloc: sh: 19; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable benches
 debian/debcargo.toml excludes benches/**.
Author: Colin Watson <cjwatson@debian.org>
Forwarded: not-needed
Last-Update: 2024-11-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: b/Cargo.toml
===================================================================
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,10 +40,6 @@
 name = "regex_syntax"
 path = "src/lib.rs"
 
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-
 [dependencies.arbitrary]
 version = "1.3.0"
 features = ["derive"]