File: remove-debugger-test.patch

package info (click to toggle)
rust-smallvec 1.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 312 kB
  • sloc: sh: 12; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: smallvec/Cargo.toml
===================================================================
--- smallvec.orig/Cargo.toml
+++ smallvec/Cargo.toml
@@ -54,12 +54,6 @@ default-features = false
 [dev-dependencies.bincode]
 version = "1.0.1"
 
-[dev-dependencies.debugger_test]
-version = "0.1.0"
-
-[dev-dependencies.debugger_test_parser]
-version = "0.1.0"
-
 [features]
 const_generics = []
 const_new = ["const_generics"]