mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
as_buf -> as_imm_buf
This commit is contained in:
parent
365ef92f07
commit
000b37cab6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
export FreeTypeNativeFont, with_test_native_font, create;
|
||||
|
||||
use vec_as_buf = vec::as_buf;
|
||||
use vec_as_buf = vec::as_imm_buf;
|
||||
use ptr::{addr_of, null};
|
||||
use unsafe::reinterpret_cast;
|
||||
use glyph::GlyphIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue