Skip to content

Commit

Permalink
sema: minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 7, 2024
1 parent baa7455 commit 2f88725
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions std/jule/sema/sema.jule
Original file line number Diff line number Diff line change
Expand Up @@ -1805,9 +1805,7 @@ impl Sema {

match {
| !self.checkTraitImplMethods(base, decl):
ret
| !self.implToStruct(dest, decl):
ret
}
}

Expand All @@ -1831,7 +1829,6 @@ impl Sema {

match {
| !self.implToStruct(dest, decl):
ret
}
}

Expand Down

0 comments on commit 2f88725

Please sign in to comment.