diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-09-21 19:54:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 19:54:32 +0200 |
commit | 856cddc8739c32d8bbfff72dd3692f49359142a9 (patch) | |
tree | e7428984c5fcd51cfccd7e78a864497bd87c8e60 /font | |
parent | 71a818cb8fcc99d1d9176fca3b3386c6971a306a (diff) | |
download | alacritty-856cddc8739c32d8bbfff72dd3692f49359142a9.tar.gz alacritty-856cddc8739c32d8bbfff72dd3692f49359142a9.zip |
Remove outdated TODO/FIXME comments
Diffstat (limited to 'font')
-rw-r--r-- | font/src/darwin/mod.rs | 2 |
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; |