1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Disable benchmarks
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: priority-queue/Cargo.toml
===================================================================
--- priority-queue.orig/Cargo.toml
+++ priority-queue/Cargo.toml
@@ -63,10 +63,6 @@ path = "tests/double_priority_queue.rs"
name = "priority_queue"
path = "tests/priority_queue.rs"
-[[bench]]
-name = "priority_queue"
-path = "benches/priority_queue.rs"
-
[dependencies.equivalent]
version = "1"
|