rustdesk/libs
Amy Parker f816e53c2b
ignore style warnings in libs/scrap
Constant `is_cursor_embedded` does not follow the Rust standard
stylistic convention of upper-case global variables and constants. This
causes two warnings to be thrown when compiling (tested on Arch Linux,
commit = 68fda34, Rust = 1.66.0), one each for the Wayland and X11
common modules. Since these variables are not new, their names should
not be modified; to remove the warnings, this patch allows
non-style-conforming names on these two constant declarations
specifically, suppressing the warnings. It does not affect stylistic
warnings on any other code within the project.

Signed-off-by: Amy Parker <apark0006@student.cerritos.edu>
Cc: fufesou <shuanglongchen@yeah.net>
2023-01-02 11:20:25 -08:00
..
clipboard Optimize images (loseless) 2022-12-25 19:36:51 +03:00
enigo remove expect 2023-01-02 13:11:25 +08:00
hbb_common fix some misspellings 2022-12-31 21:41:16 +08:00
portable remove some errors on mac 2022-12-26 11:25:55 +08:00
scrap ignore style warnings in libs/scrap 2023-01-02 11:20:25 -08:00
simple_rc simple_rc: win init simple resource pack 2022-05-30 13:06:48 +08:00
virtual_display Fix typo 2022-12-25 20:21:13 +03:00