difftreelog
docs(evaluator) remove old todos
in: master
1 file changed
crates/jsonnet-evaluator/src/val.rsdiffbeforeafterboth74 pub body: LocExpr,74 pub body: LocExpr,75}75}76impl FuncDesc {76impl FuncDesc {77 // TODO: Check for unset variables78 /// This function is always inlined to make tailstrict work77 /// This function is always inlined to make tailstrict work79 #[inline(always)]78 #[inline(always)]80 pub fn evaluate(&self, call_ctx: Context, args: &ArgsDesc, tailstrict: bool) -> Result<Val> {79 pub fn evaluate(&self, call_ctx: Context, args: &ArgsDesc, tailstrict: bool) -> Result<Val> {