File: remove-snapbox.diff

package info (click to toggle)
rust-toml 0.8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 782 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
23
24
25
26
27
28
29
30
31
32
33
Index: toml/Cargo.toml
===================================================================
--- toml.orig/Cargo.toml
+++ toml/Cargo.toml
@@ -156,3 +156,0 @@
-[dev-dependencies.snapbox]
-version = "0.6.0"
-
Index: toml/tests/testsuite/main.rs
===================================================================
--- toml.orig/tests/testsuite/main.rs
+++ toml/tests/testsuite/main.rs
@@ -1,15 +1,15 @@
 #![recursion_limit = "256"]
 #![cfg(all(feature = "parse", feature = "display"))]
 
-mod de_errors;
+//mod de_errors;
 mod display;
 mod display_tricky;
-mod enum_external_deserialize;
+//mod enum_external_deserialize;
 mod float;
 mod formatting;
 mod macros;
-mod pretty;
-mod serde;
-mod spanned;
+//mod pretty;
+//mod serde;
+//mod spanned;
 mod spanned_impls;
 mod tables_last;