File: remove-debugger-test.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 (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: tinyvec/Cargo.toml
===================================================================
--- tinyvec.orig/Cargo.toml
+++ tinyvec/Cargo.toml
@@ -140,12 +140,6 @@ optional = true
 [dev-dependencies.criterion]
 version = "0.3.0"
 
-[dev-dependencies.debugger_test]
-version = "0.1"
-
-[dev-dependencies.debugger_test_parser]
-version = "0.1"
-
 [dev-dependencies.serde_test]
 version = "1.0"