File: fix-test.patch

package info (click to toggle)
rust-four-cc 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Forwarded: https://github.com/dholroyd/four-cc/issues/22
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -289,6 +289,7 @@
     }
 
     #[cfg(feature = "serde")]
+    #[cfg(feature = "std")]
     #[test]
     fn deserialize() {
         use std::str::FromStr;