notify-rs / notify

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

clippy: Fix (nightly) `legacy_numeric_constants` lints. #595

Closed waywardmonkeys closed 5 months ago

waywardmonkeys commented 6 months ago

These functions are marked as pending deprecation and it is suggested to use the associated consts instead.

waywardmonkeys commented 6 months ago

More info can be found at https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants

0xpr03 commented 5 months ago

Thanks