diff --git a/src/core/json_utils.rs b/src/core/json_utils.rs index f18fb7514..2a8553acb 100644 --- a/src/core/json_utils.rs +++ b/src/core/json_utils.rs @@ -253,10 +253,7 @@ fn index_json_value<'a, V: Value<'a>>( /// Tries to infer a JSON type from a string and append it to the term. /// /// The term must be json + JSON path. -pub(crate) fn convert_to_fast_value_and_append_to_json_term( - mut term: Term, - phrase: &str, -) -> Option { +pub fn convert_to_fast_value_and_append_to_json_term(mut term: Term, phrase: &str) -> Option { assert_eq!( term.value() .as_json()