Files
rustdesk/libs/scrap/src/common
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>
f816e53c2b · 2023-01-02 11:20:25 -08:00
History
..
2022-12-26 17:44:29 +08:00
2022-07-21 10:10:58 +08:00
2022-11-15 17:05:10 +08:00
2022-12-13 21:30:08 +08:00
2022-07-27 06:34:27 -07:00
2022-12-31 21:41:16 +08:00
2022-12-26 17:44:29 +08:00
2022-12-08 09:07:18 +08:00
2021-03-29 15:59:14 +08:00
2022-11-15 17:05:10 +08:00
2023-01-02 11:20:25 -08:00
2023-01-02 11:20:25 -08:00