keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
104 stars 39 forks source link

feat: remove clone derive from counter #208

Closed CosminPerRam closed 7 months ago

CosminPerRam commented 7 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.