Skip to content

Commit

Permalink
Remove unused use std::panic;s
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Oct 30, 2020
1 parent 7b3d897 commit 922ebf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/ui/iterators/iter-count-overflow-ndebug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// only-32bit too impatient for 2⁶⁴ items
// compile-flags: -C debug_assertions=no -C opt-level=3

use std::panic;
use std::usize::MAX;

fn main() {
Expand Down
1 change: 0 additions & 1 deletion src/test/ui/iterators/iter-position-overflow-ndebug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// only-32bit too impatient for 2⁶⁴ items
// compile-flags: -C debug_assertions=no -C opt-level=3

use std::panic;
use std::usize::MAX;

fn main() {
Expand Down

0 comments on commit 922ebf4

Please sign in to comment.