Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed May 30, 2024
1 parent 7d9d092 commit ad331fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feature-flags/tests/test_flag_matching_consistency.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ad331fb

Please sign in to comment.