mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(connlib): don't unnecessarily cfg for apple (#2126)
This file type-checks and compiles just fine on my local Linux machine without the `cfg` attributes. Remove them to allow `cargo clippy --all-targets` to be more useful in local development.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![cfg(any(target_os = "macos", target_os = "ios"))]
|
||||
// Swift bridge generated code triggers this below
|
||||
#![allow(improper_ctypes, non_camel_case_types)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user