krisprice / ipnet

IpNet, Ipv4Net, and Ipv6Net types and methods for Rust
Apache License 2.0
122 stars 26 forks source link

Fix Error::description() deprecation warning #28

Closed niklasf closed 3 years ago

niklasf commented 3 years ago

Deprecated since Rust 1.42.0, but does not require 1.42.0, because deprecation has been prepared in https://github.com/rust-lang/rust/pull/50163 by providing a default implementation.