rustfmt: add trailing comma

This commit is contained in:
HTG-YT 2021-06-14 09:40:42 +08:00 committed by GitHub
parent cbe07d87db
commit 7ceab0d3fd

View file

@ -75,7 +75,7 @@ pub enum StmtKind {
Print(Expr), Print(Expr),
Melo(Iden), Melo(Iden),
Rlyeh, Rlyeh,
Rickroll Rickroll,
} }
impl Stmt { impl Stmt {