File: remove-syn-test-suite.patch

package info (click to toggle)
rust-syn 2.0.105-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,552 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/Cargo.toml b/Cargo.toml
index a3f0dec..0790568 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,7 +84,6 @@ proc-macro = [
     "proc-macro2/proc-macro",
     "quote?/proc-macro",
 ]
-test = ["syn-test-suite/all-features"]
 visit = []
 visit-mut = []
 
@@ -248,9 +247,6 @@ version = "1"
 [dev-dependencies.rustversion]
 version = "1"
 
-[dev-dependencies.syn-test-suite]
-version = "0"
-
 [dev-dependencies.termcolor]
 version = "1"