Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Jun 30, 2024
1 parent eca4f4a commit 0f709ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ pub struct FunctionStatement<'a, I: SemanticContextInstruction, E: ExtendedExpre

impl<'a, I: SemanticContextInstruction, E: ExtendedExpression<I>> FunctionStatement<'a, I, E> {
#[must_use]
pub fn new(
pub const fn new(
name: FunctionName<'a>,
parameters: Vec<FunctionParameter<'a>>,
result_type: Type<'a>,
Expand Down

0 comments on commit 0f709ed

Please sign in to comment.