mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Allow non_snake_case identifiers in src/setup/mod.rs for libs/remote_printer. (#13384)
This commit is contained in:
parent
9bd9658a92
commit
fab11c8ffa
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(non_snake_case)]
|
||||
|
||||
use hbb_common::{bail, ResultType};
|
||||
use std::{io, ptr::null_mut};
|
||||
use winapi::{
|
||||
|
|
|
|||
Loading…
Reference in a new issue