File: drop-speculate

package info (click to toggle)
rust-select 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: select/Cargo.toml
===================================================================
--- select.orig/Cargo.toml
+++ select/Cargo.toml
@@ -20,6 +20,8 @@ documentation = "https://docs.rs/select"
 readme = "README.md"
 license = "MIT"
 repository = "https://github.com/utkarshkukreti/select.rs"
+autotests = false
+autobenches = false
 
 [dependencies.bit-set]
 version = "0.5"
@@ -29,6 +31,3 @@ version = "0.26"
 
 [dependencies.markup5ever_rcdom]
 version = "0.2"
-
-[dev-dependencies.speculate]
-version = "0.1.2"