hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
254 stars 64 forks source link

Enable `deny(missing_debug_implementations)` and implement missing debug #180

Closed i509VCB closed 3 years ago

i509VCB commented 3 years ago

Finishes up the missing debug implementations and enables the lint so no future missing debug implementations exist.

hannobraun commented 3 years ago

By the way, I intend to release a new version that includes this PR and #179. I've added it to my list, ETA some time soon.