"where" not needed for trait impl

This commit is contained in:
Simon Cozens 2025-03-06 22:25:07 +00:00 committed by Behdad Esfahbod
parent e8bed99b16
commit cda4b56bfe

View file

@ -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,