Skip to content

Commit 9a8da28

Browse files
committed
w
1 parent 8a0d78c commit 9a8da28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/snapshot/check_leaks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ macro_rules! type_foldable_verify_no_snapshot_leaks {
135135
#[cfg(not(debug_assertions))]
136136
macro_rules! type_foldable_verify_no_snapshot_leaks {
137137
($tcx:lifetime, $t:ty) => {
138-
trivial_no_snapshot_leaks!($tcx, $t)
138+
trivial_no_snapshot_leaks!($tcx, $t);
139139
};
140140
}

0 commit comments

Comments
 (0)