From 856cddc8739c32d8bbfff72dd3692f49359142a9 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 21 Sep 2019 19:54:32 +0200 Subject: Remove outdated TODO/FIXME comments --- font/src/darwin/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'font/src') diff --git a/font/src/darwin/mod.rs b/font/src/darwin/mod.rs index faef1065..42927654 100644 --- a/font/src/darwin/mod.rs +++ b/font/src/darwin/mod.rs @@ -13,8 +13,6 @@ // limitations under the License. // //! Font rendering based on CoreText -//! -//! TODO error handling... just search for unwrap. #![allow(improper_ctypes)] use std::collections::HashMap; use std::path::PathBuf; -- cgit