We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8885917 commit 3717a03Copy full SHA for 3717a03
src/lib.rs
@@ -27,6 +27,6 @@ pub fn succeeded(error: FT_Error) -> bool {
27
error == freetype::FT_Err_Ok as FT_Error
28
}
29
30
-#[allow(improper_ctypes)] // https://github.com/rust-lang/rust/issues/34798
+#[deny(improper_ctypes)]
31
pub mod freetype;
32
pub mod tt_os2;
0 commit comments