File: disable-benches-missing-testdata.patch

package info (click to toggle)
rust-winnow 0.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -178,25 +178,25 @@
 path = "examples/string/main.rs"
 required-features = ["alloc"]
 
-[[bench]]
+[[disabled.bench]]
 name = "arithmetic"
 path = "examples/arithmetic/bench.rs"
 harness = false
 required-features = ["alloc"]
 
-[[bench]]
+[[disabled.bench]]
 name = "http"
 path = "examples/http/bench.rs"
 harness = false
 required-features = ["alloc"]
 
-[[bench]]
+[[disabled.bench]]
 name = "ini"
 path = "examples/ini/bench.rs"
 harness = false
 required-features = ["std"]
 
-[[bench]]
+[[disabled.bench]]
 name = "json"
 path = "examples/json/bench.rs"
 harness = false