From cda4b56bfe17fa2f06e6ffa0b843ad1928d46a55 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 6 Mar 2025 22:25:07 +0000 Subject: [PATCH] "where" not needed for trait impl --- src/fontations/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/fontations/lib.rs b/src/fontations/lib.rs index 35ceec382..6887dba0c 100644 --- a/src/fontations/lib.rs +++ b/src/fontations/lib.rs @@ -175,10 +175,7 @@ extern "C" fn _hb_fontations_get_font_h_extents( true as hb_bool_t } -struct HbPen -where - Self: OutlinePen, -{ +struct HbPen { draw_state: *mut hb_draw_state_t, draw_funcs: *mut hb_draw_funcs_t, draw_data: *mut c_void,