File: disable-real-blackbox.patch

package info (click to toggle)
rust-tinyvec 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: tinyvec/Cargo.toml
===================================================================
--- tinyvec.orig/Cargo.toml
+++ tinyvec/Cargo.toml
@@ -50,3 +50,2 @@
 nightly_slice_partition_dedup = []
-real_blackbox = ["criterion/real_blackbox"]
 rustc_1_40 = []
@@ -75,7 +75,6 @@ name = "smallvec"
 harness = false
 required-features = [
     "alloc",
-    "real_blackbox",
 ]
 
 [dependencies.arbitrary]