diff --git a/tvix/eval/src/value/json.rs b/tvix/eval/src/value/json.rs index 54b291311..fb9750a9f 100644 --- a/tvix/eval/src/value/json.rs +++ b/tvix/eval/src/value/json.rs @@ -12,7 +12,7 @@ use serde_json::Value as Json; // name clash with *our* `Value` use serde_json::{Map, Number}; impl Value { - pub(crate) async fn into_json( + pub async fn into_json( self, co: &GenCo, ) -> Result, ErrorKind> {