Skip to content

Commit 52606dd

Browse files
committed
chore: allow unreachable code in test
1 parent 4a64b67 commit 52606dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks/migrator/checks/pre-l1-merge/src/pre_l1_merge.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pub mod test {
115115
// exit the test is fine when you only have one test per crate because when cargo test is run across a workspace, it actually multi-processes the tests by crate
116116
std::process::exit(0);
117117

118+
#[allow(unreachable_code)]
118119
Ok(())
119120
}
120121
}

0 commit comments

Comments
 (0)