hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
261 stars 65 forks source link

docs: link to rust items by name #213

Closed eric-seppanen closed 8 months ago

eric-seppanen commented 8 months ago

This fixes many broken links (some always broken, some only broken on docs.rs), and makes them more robust in the future (rustdoc emits warnings most items that don't resolve.)

Fixes #212.

hannobraun commented 8 months ago

It would be good to prevent this from happening again in the future. I've opened https://github.com/hannobraun/inotify-rs/issues/214.