Skip to content

Commit

Permalink
Move EndInTerminator pass into own module
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Oct 14, 2024
1 parent 901dfa0 commit 4f4f70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions crates/verifier/src/passes/block/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//! Passes to verify block integrity

pub mod end_in_terminator;

pub use end_in_terminator::EndInTerminator;

0 comments on commit 4f4f70e

Please sign in to comment.