mirror of
https://github.com/jedisct1/iptoasn-webservice
synced 2025-04-11 22:55:50 +02:00
Replace deprecated collections::Bound with ops::Bound
This commit is contained in:
parent
dd08639f15
commit
e3829405a7
@ -4,9 +4,9 @@ use hyper::{self, Client};
|
||||
use hyper_native_tls::NativeTlsClient;
|
||||
use std::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd};
|
||||
use std::collections::BTreeSet;
|
||||
use std::collections::Bound::{Included, Unbounded};
|
||||
use std::io::prelude::*;
|
||||
use std::net::IpAddr;
|
||||
use std::ops::Bound::{Included, Unbounded};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user