Skip to content

Commit c2deb42

Browse files
Update zjit/src/hir_effect/mod.rs
Co-authored-by: Max Bernstein <[email protected]>
1 parent 7a16eac commit c2deb42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zjit/src/hir_effect/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ mod tests {
233233
assert!(left.bit_equal(right), "{left} bits are not equal to {right} bits");
234234
}
235235

236-
237236
#[track_caller]
238237
fn assert_subeffect(left: Effect, right: Effect) {
239238
assert!(right.includes(left), "{left} is not a subeffect of {right}");

0 commit comments

Comments
 (0)