From ad331fb32ecda161a31a74e0667a948356c94a9c Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Thu, 30 May 2024 17:53:10 +0100 Subject: [PATCH] remove comment --- feature-flags/tests/test_flag_matching_consistency.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/feature-flags/tests/test_flag_matching_consistency.rs b/feature-flags/tests/test_flag_matching_consistency.rs index 57cce35..4a24b0e 100644 --- a/feature-flags/tests/test_flag_matching_consistency.rs +++ b/feature-flags/tests/test_flag_matching_consistency.rs @@ -1,7 +1,6 @@ /// These tests are common between all libraries doing local evaluation of feature flags. /// This ensures there are no mismatches between implementations. use feature_flags::flag_matching::{FeatureFlagMatch, FeatureFlagMatcher}; -// use feature_flags::flag_definitions::{FeatureFlag, FlagGroupType}; use feature_flags::test_utils::create_flag_from_json; use serde_json::json;