Allow non_snake_case identifiers in src/setup/mod.rs for libs/remote_printer. (#13384)

This commit is contained in:
Jonathan Gilbert 2025-11-02 07:19:13 -06:00 committed by GitHub
parent 9bd9658a92
commit fab11c8ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
#![allow(non_snake_case)]
use hbb_common::{bail, ResultType};
use std::{io, ptr::null_mut};
use winapi::{