lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
106 stars 19 forks source link

logging: Derive Copy & Clone for Priority #77

Closed deastoe closed 3 years ago

deastoe commented 3 years ago

Priority is a trivial type to copy, so allow it for convenience.

lucab commented 3 years ago

Thanks for the enhancement!

deastoe commented 3 years ago

Thanks for the quick review! :-)