Skip to content

Commit

Permalink
rustfmt: Fix vhdl/score/lower_hir.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschuiki committed Jan 16, 2022
1 parent 5721460 commit f1aaa9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/vhdl/score/lower_hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -966,10 +966,7 @@ impl<'lazy, 'sb, 'ast, 'ctx> ScoreContext<'lazy, 'sb, 'ast, 'ctx> {
into.push(id.into());
}
ast::IntfDecl::ObjDecl(
ref
decl
@
ast::IntfObjDecl {
ref decl @ ast::IntfObjDecl {
kind: ast::IntfObjKind::Const,
..
},
Expand Down

0 comments on commit f1aaa9c

Please sign in to comment.