File: fix-glob-test-feature-requirement.patch

package info (click to toggle)
rust-insta 1.43.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
Index: insta/tests/test_glob.rs
===================================================================
--- insta.orig/tests/test_glob.rs
+++ insta/tests/test_glob.rs
@@ -1,1 +1,1 @@
-#![cfg(feature = "glob")]
+#![cfg(all(feature = "glob", feature = "json"))]