Skip to content

Commit

Permalink
Merge pull request GuillaumeGomez#1116 from GuillaumeGomez/fix-unused…
Browse files Browse the repository at this point in the history
…-import

Fix rustc "unused import" warning
  • Loading branch information
GuillaumeGomez authored Oct 31, 2023
2 parents 3ca8437 + db9ab5a commit cbd42c7
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 cbd42c7

Please sign in to comment.