summaryrefslogtreecommitdiffstats
path: root/font
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-09-21 19:54:32 +0200
committerGitHub <noreply@github.com>2019-09-21 19:54:32 +0200
commit856cddc8739c32d8bbfff72dd3692f49359142a9 (patch)
treee7428984c5fcd51cfccd7e78a864497bd87c8e60 /font
parent71a818cb8fcc99d1d9176fca3b3386c6971a306a (diff)
Remove outdated TODO/FIXME comments
Diffstat (limited to 'font')
-rw-r--r--font/src/darwin/mod.rs2
1 files changed, 0 insertions, 2 deletions
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;