mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
chore: clippy fix some code on Windows (#2106)
This commit is contained in:
@@ -345,7 +345,7 @@ fn add_protocol_firewall_rules(
|
||||
|
||||
SafeArrayPutElement(
|
||||
interface_array,
|
||||
&index as *const _ as *const i32,
|
||||
&index as *const _,
|
||||
&variant_interface as *const _ as *const std::ffi::c_void,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user