rust-lang / socket2

Advanced configuration options for sockets.
https://docs.rs/socket2
Apache License 2.0
683 stars 227 forks source link

Ignore clippy new_without_default #513

Closed Thomasdezeeuw closed 5 months ago

Thomasdezeeuw commented 5 months ago

Not needed for TcpKeepalive.

Thomasdezeeuw commented 5 months ago

You sure you don't want to just add a Default impl that calls new?

If someone needs it we can consider it, but for now it's just more API surface we would have to maintain.