Skip to content

Commit e7a97c0

Browse files
committed
Remove redundant imports
- Now linted by clippy in 1.78 - See rust-lang/rust#117772
1 parent 5f5cc7e commit e7a97c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/display/components/table.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{collections::HashMap, fmt, iter::FromIterator, net::IpAddr, ops::Index, rc::Rc};
1+
use std::{collections::HashMap, fmt, net::IpAddr, ops::Index, rc::Rc};
22

33
use derivative::Derivative;
44
use itertools::Itertools;

src/display/ui_state.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::{
22
cmp,
33
collections::{HashMap, HashSet, VecDeque},
44
hash::Hash,
5-
iter::FromIterator,
65
net::{IpAddr, Ipv4Addr, Ipv6Addr},
76
};
87

0 commit comments

Comments
 (0)