Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: root import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonglew committed Dec 7, 2024
1 parent ba30ea1 commit 59c5720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/uti/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use core_foundation::array::{CFArray, CFArrayRef};
use core_foundation::base::{CFType, TCFType};
use core_foundation::string::{CFString, CFStringRef};
use libc::{sleep, ATTR_VOL_ALLOCATIONCLUMP};
use std::collections::HashSet;
use std::ffi::c_void;
use std::path::Path;
Expand All @@ -18,7 +17,7 @@ extern "C" {
// Note: These CoreServices APIs are deprecated since macOS 10.4–12.0.
// Apple has not provided direct replacements for these functionalities.
// While they continue to work, they may become unstable in future macOS versions.

fn UTTypeCreatePreferredIdentifierForTag(
inTagClass: CFStringRef,
inTag: CFStringRef,
Expand Down

0 comments on commit 59c5720

Please sign in to comment.