Skip to content

Commit 34d8276

Browse files
author
Johannes Zeppenfeld
committed
Implement std::fmt::Display for declarative AST types
1 parent 132cde0 commit 34d8276

File tree

2 files changed

+2034
-5
lines changed

2 files changed

+2034
-5
lines changed

vhdl_lang/src/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ pub struct EntityDeclaration {
11131113
pub decl: Vec<Declaration>,
11141114
pub statements: Vec<LabeledConcurrentStatement>,
11151115
}
1116+
11161117
/// LRM 3.3 Architecture bodies
11171118
#[derive(PartialEq, Debug, Clone)]
11181119
pub struct ArchitectureBody {

0 commit comments

Comments
 (0)