Skip to content

Commit 922ebf4

Browse files
committed
Remove unused use std::panic;s
1 parent 7b3d897 commit 922ebf4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/ui/iterators/iter-count-overflow-ndebug.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// only-32bit too impatient for 2⁶⁴ items
33
// compile-flags: -C debug_assertions=no -C opt-level=3
44

5-
use std::panic;
65
use std::usize::MAX;
76

87
fn main() {

src/test/ui/iterators/iter-position-overflow-ndebug.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// only-32bit too impatient for 2⁶⁴ items
33
// compile-flags: -C debug_assertions=no -C opt-level=3
44

5-
use std::panic;
65
use std::usize::MAX;
76

87
fn main() {

0 commit comments

Comments
 (0)