Skip to content

Commit ec70e11

Browse files
committed
temp
1 parent 8781dea commit ec70e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/rfcs/rfc-2294-if-let-guard/compare-drop-order.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ fn main() {
5656
// Here is two parts, first one is for basic if let inside the match arm
5757
// And second part is for if let guard
5858
1, 2, 3, !3, !2, !1, 1, 2, 3, !3, !2, !1];
59-
dbg!(&expected);
6059
assert_eq!(*A.lock().unwrap(), expected);
6160
}

0 commit comments

Comments
 (0)