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:
Thomas Eizinger
2023-09-26 00:48:31 +10:00
committed by GitHub
parent 57809f20b0
commit f968dddbbf

View File

@@ -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)]