Skip to content

Commit

Permalink
fallback: remove unused Future import
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Oct 18, 2022
1 parent bd399c2 commit ba8e1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fallback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use futures::stream::{FusedStream, Stream};
use if_addrs::IfAddr;
use ipnet::{IpNet, Ipv4Net, Ipv6Net};
use std::collections::{HashSet, VecDeque};
use std::future::Future;
use std::io::Result;
use std::pin::Pin;
use std::task::{Context, Poll};
Expand Down

0 comments on commit ba8e1d4

Please sign in to comment.