File: disable-missing-bench.diff

package info (click to toggle)
rust-enumflags2 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: enumflags2/Cargo.toml
===================================================================
--- enumflags2.orig/Cargo.toml
+++ enumflags2/Cargo.toml
@@ -22,10 +22,6 @@ keywords = ["enum", "bitflag", "flag", "
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/NieDzejkob/enumflags2"
 
-[[bench]]
-name = "from_iterator"
-path = "../benches/from_iterator.rs"
-harness = false
 [dependencies.enumflags2_derive]
 version = "=0.6.4"