--- a/crates/jrsonnet-evaluator/src/obj.rs
+++ b/crates/jrsonnet-evaluator/src/obj.rs
@@ -17,7 +17,7 @@
operator::evaluate_add_op,
tb, throw,
val::ThunkValue,
- MaybeUnbound, Result, State, Thunk, Unbound, Val,
+ MaybeUnbound, Result, ResultExt, State, Thunk, Unbound, Val,
};
#[cfg(not(feature = "exp-preserve-order"))]
@@ -413,40 +413,14 @@
}))
}
pub fn get(&self, key: IStr) -> Result