File: disable-serde-xml-rs

package info (click to toggle)
rust-serde-with 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,588 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -278,4 +278,4 @@
 
-[dev-dependencies.serde-xml-rs]
-version = "0.6.0"
+#[dev-dependencies.serde-xml-rs]
+#version = "0.6.0"
 
--- a/src/enum_map.rs
+++ b/src/enum_map.rs
@@ -96,3 +96,5 @@
 ///
-/// ```
+/// Debian: serde-xml-rs is broken and we advice against using it.
+///
+/// ```ignore
 /// # #[cfg(feature = "macros")] {
--- a/src/rust.rs
+++ b/src/rust.rs
@@ -638,3 +638,5 @@
 ///
-/// ```rust
+/// Debian: serde-xml-rs is broken and we advice against using it.
+///
+/// ```rust,ignore
 /// # use serde::Deserialize;
--- a/tests/serde_as/enum_map.rs
+++ b/tests/serde_as/enum_map.rs
@@ -204,3 +204,3 @@
 
-#[test]
+/*#[test]
 fn xml_round_trip() {
@@ -230,3 +230,3 @@
     assert_eq!(values, deser_values);
-}
+}*/