notify icon indicating copy to clipboard operation
notify copied to clipboard

clippy: Fix (nightly) `legacy_numeric_constants` lints.

Open waywardmonkeys opened this issue 1 year ago • 1 comments

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

waywardmonkeys avatar May 12 '24 11:05 waywardmonkeys

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

waywardmonkeys avatar May 12 '24 11:05 waywardmonkeys

Thanks

0xpr03 avatar Jun 26 '24 14:06 0xpr03