notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.76k stars 222 forks source link

Suppress `dead_code` warnings on some platforms. #620

Open waywardmonkeys opened 4 months ago

waywardmonkeys commented 4 months ago

Not all platforms use the BoundSender and bounded and on those, building results in dead_code warnings.