keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
96 stars 37 forks source link

feat: remove clone derive from counter #208

Closed CosminPerRam closed 5 months ago

CosminPerRam commented 5 months ago

Just a very small nitpick I found (: For the Counter enum, the derive Clone isn't used at all, it was added in this commit for reference.