Skip to content

Commit

Permalink
fire: Fix extra semicolon in ast!{} invocation causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Feb 6, 2024
1 parent 5c93f34 commit c511c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ mod tests {
{ { { {
return "boo";
} } } }
};
}

"different string"
}
Expand Down

0 comments on commit c511c80

Please sign in to comment.