mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
"where" not needed for trait impl
This commit is contained in:
parent
e8bed99b16
commit
cda4b56bfe
1 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue