rust-lang / libs-team

The home of the library team
Apache License 2.0
123 stars 19 forks source link

Remove no longer existing IP address methods from ipcheck #312

Closed jstasiak closed 10 months ago

jstasiak commented 10 months ago

The is_unicast_site_local() method has been gone since Rust 1.55[1] and is_ietf_protocol_assignment() since 1.56[2].

I had to run this tool to test something, saw it wouldn't build with modern Rust and thought I'd submit a patch.

[1] https://github.com/rust-lang/rust/pull/85820 [2] https://github.com/rust-lang/rust/pull/86439