Merge pull request #3132 from rtfeldman/parse-def-soa

This commit is contained in:
Richard Feldman 2022-05-28 01:55:01 -04:00 committed by GitHub
commit ea644c3360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1577 additions and 816 deletions

View file

@ -116,7 +116,6 @@ impl<'a> Formattable for Expr<'a> {
) {
use self::Expr::*;
//dbg!(self);
let apply_needs_parens = parens == Parens::InApply;
match self {