systemd / zram-generator

Systemd unit generator for zram devices
MIT License
575 stars 48 forks source link

fixup: warning on clippy (src/kernlog.rs) #158

Closed pheiduck closed 2 years ago

pheiduck commented 2 years ago

This PR will fix the warning which is often showing on the CI

error: temporary with significant drop in match scrutinee
--> src/kernlog.rs:71:19
|
71|            match kmsg.as_mut() {
| ^^^^^^^^^^^^^
pheiduck commented 2 years ago

@keszybz @ignatenkobrain I think we can merge this? - Do you reviewed my changes what do think?

nabijaczleweli commented 2 years ago

Applied as 1f822112c3dd8689d919c507ae8ca1bd911618b5 with minor editorial

pheiduck commented 2 years ago

Thanks!