From ee2a3633df1a17f59fe1c7ac9bdb5193d500b9f0 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 4 Feb 2018 21:30:25 +0700 Subject: [PATCH] core-text: Remove unused imports. This warning was introduced due to the changes made in 21f20e2f93895fae364a2a208282169cc1a20b6b. --- core-text/src/font_descriptor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-text/src/font_descriptor.rs b/core-text/src/font_descriptor.rs index 900ad26..b7a5e7e 100644 --- a/core-text/src/font_descriptor.rs +++ b/core-text/src/font_descriptor.rs @@ -15,7 +15,7 @@ use core_foundation::dictionary::{CFDictionary, CFDictionaryRef}; use core_foundation::number::{CFNumber, CFNumberRef}; use core_foundation::set::CFSetRef; use core_foundation::string::{CFString, CFStringRef}; -use core_foundation::url::{CFURLCopyFileSystemPath, kCFURLPOSIXPathStyle, CFURL}; +use core_foundation::url::CFURL; use core_graphics::base::CGFloat; use libc::c_void;