You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove no longer existing IP address methods from ipcheck
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.
[1] rust-lang/rust#85820
[2] rust-lang/rust#86439
0 commit comments