diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-23 22:17:09 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-23 21:17:09 +0200 |
commit | d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37 (patch) | |
tree | a2c25ac330209d936fa2846d367669f0ed4c97a5 /font/src/ft/fc/font_set.rs | |
parent | 9e0b9d5de1b8fe2d9d8ed80f73b4ad0fda171f22 (diff) | |
download | alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.tar.gz alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.zip |
Update dependencies
Diffstat (limited to 'font/src/ft/fc/font_set.rs')
-rw-r--r-- | font/src/ft/fc/font_set.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/src/ft/fc/font_set.rs b/font/src/ft/fc/font_set.rs index e280201b..632c80b0 100644 --- a/font/src/ft/fc/font_set.rs +++ b/font/src/ft/fc/font_set.rs @@ -21,7 +21,7 @@ use super::{ConfigRef, ObjectSetRef, PatternRef}; use super::ffi::{FcFontSet, FcFontSetDestroy, FcFontSetList}; foreign_type! { - pub type FontSet { + pub unsafe type FontSet { type CType = FcFontSet; fn drop = FcFontSetDestroy; } |