File: remove-benches.patch

package info (click to toggle)
rust-console 0.15.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: makefile: 29; sh: 3
file content (13 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,10 +59,6 @@
 name = "term"
 path = "examples/term.rs"
 
-[[bench]]
-name = "ansi_parser"
-path = "benches/ansi_parser.rs"
-
 [dependencies.libc]
 version = "0.2.99"