Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
- Now linted by clippy in 1.78
- See rust-lang/rust#117772
  • Loading branch information
cyqsimon committed Mar 1, 2024
1 parent 5f5cc7e commit e7a97c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/display/components/table.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashMap, fmt, iter::FromIterator, net::IpAddr, ops::Index, rc::Rc};
use std::{collections::HashMap, fmt, net::IpAddr, ops::Index, rc::Rc};

use derivative::Derivative;
use itertools::Itertools;
Expand Down
1 change: 0 additions & 1 deletion src/display/ui_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::{
cmp,
collections::{HashMap, HashSet, VecDeque},
hash::Hash,
iter::FromIterator,
net::{IpAddr, Ipv4Addr, Ipv6Addr},
};

Expand Down

0 comments on commit e7a97c0

Please sign in to comment.