difftreelog
fix make std.mod not tailstrict
in: master
1 file changed
crates/jrsonnet-parser/src/lib.rsdiffbeforeafterboth266 el!(Expr::Var("std".into())),266 el!(Expr::Var("std".into())),267 el!(Expr::Str("mod".into()))267 el!(Expr::Str("mod".into()))268 )), ArgsDesc(vec![Arg(None, a), Arg(None, b)]),268 )), ArgsDesc(vec![Arg(None, a), Arg(None, b)]),269 true269 false270 ))}270 ))}271 --271 --272 "-" _ b:@ {loc_expr_todo!(Expr::UnaryOp(UnaryOpType::Minus, b))}272 "-" _ b:@ {loc_expr_todo!(Expr::UnaryOp(UnaryOpType::Minus, b))}