Skip to content

Commit

Permalink
Fix rustc "unused import" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 30, 2023
1 parent 3ca8437 commit db9ab5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/apple/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use core_foundation_sys::{
};

// Reexport items defined in either macos or ios ffi module.
#[cfg(not(target_os = "ios"))]
pub use crate::sys::inner::ffi::*;

#[link(name = "CoreFoundation", kind = "framework")]
Expand Down

0 comments on commit db9ab5a

Please sign in to comment.