From b0722d9e296345ca030b57544511d0152d511e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sun, 8 Mar 2026 13:31:45 +0100 Subject: [PATCH] the test_glob test depends on both glob and json --- insta/tests/test_glob.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insta/tests/test_glob.rs b/insta/tests/test_glob.rs index c8d36f9f..6434bdc2 100644 --- a/insta/tests/test_glob.rs +++ b/insta/tests/test_glob.rs @@ -1,4 +1,4 @@ -#![cfg(feature = "glob")] +#![cfg(all(feature = "glob", feature = "json"))] mod glob_submodule;