git.delta.rocks / jrsonnet / refs/commits / 3bb4514f98a6

difftreelog

fix make std.mod not tailstrict

Лач2020-07-22parent: #57f3c89.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-parser/src/lib.rsdiffbeforeafterboth
266 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 false
270 ))}270 ))}
271 --271 --
272 "-" _ b:@ {loc_expr_todo!(Expr::UnaryOp(UnaryOpType::Minus, b))}272 "-" _ b:@ {loc_expr_todo!(Expr::UnaryOp(UnaryOpType::Minus, b))}