Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
CI: Test Rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Oberaigner committed Mar 21, 2024
1 parent acd3a67 commit 8ca4e38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ impl Ast {
pub fn statements(&self) -> &[ast::Statement] {
&self.statements
}

pub fn test() -> bool {
true
}
}

0 comments on commit 8ca4e38

Please sign in to comment.