diff --git a/src/operators.rs b/src/operators.rs index 1c00e68..090afb0 100644 --- a/src/operators.rs +++ b/src/operators.rs @@ -152,6 +152,8 @@ pub fn get_do_not_mutate_patterns() -> Vec<&'static str> { "LogDebug", "strprintf", "G_FUZZING", + // no-op for FindAndDelete + "if (nFound > 0)", ] }