Skip to content

Commit

Permalink
Update crates/noirc_frontend/src/ast/type_alias.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
  • Loading branch information
jfecher and vezenovm authored Aug 1, 2023
1 parent 163d9c3 commit 672c7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_frontend/src/ast/type_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::fmt::Display;
pub struct NoirTypeAlias {
pub name: Ident,
pub generics: UnresolvedGenerics,
pub ty: UnresolvedType,
pub typ: UnresolvedType,
pub span: Span,
}

Expand Down

0 comments on commit 672c7c3

Please sign in to comment.