Skip to content

Commit

Permalink
Make imports from core_foundation_sys explicit
Browse files Browse the repository at this point in the history
They are used with IOKit and there are no reexports of them from
core_foundation or io_kit_sys.
  • Loading branch information
sirhcel committed Sep 26, 2024
1 parent 725424e commit 6ad4356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix/enumerate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cfg_if! {
use core_foundation::dictionary::CFMutableDictionary;
use core_foundation::number::CFNumber;
use core_foundation::string::CFString;
use core_foundation_sys::base::*;
use core_foundation_sys::base::{kCFAllocatorDefault, CFRetain};
use io_kit_sys::*;
use io_kit_sys::keys::*;
use io_kit_sys::serial::keys::*;
Expand Down

0 comments on commit 6ad4356

Please sign in to comment.