hannobraun / inotify-rs

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

documentation for `Inotify::watches` is broken in 0.10.1 #206

Closed eric-seppanen closed 1 year ago

eric-seppanen commented 1 year ago

The public crate docs here have dead links to Watches::add and Watches::remove, that return a 404. I also notice that the return type Watches is not linked.

hannobraun commented 1 year ago

Thanks for reporting, @eric-seppanen! Not sure why this broke, but it hopefully shouldn't be too hard to fix.

eric-seppanen commented 1 year ago

I think this was already fixed in #205 by re-exporting the Watches type, so all that needs to happen is publishing another release.

hannobraun commented 1 year ago

Thank you, that makes sense. I've just confirmed that it works on master.

I've added releasing a new version to my list, and should hopefully get to it soon. Closing this issue, as it's already fixed in the repository.

hannobraun commented 1 year ago

New version is published!