diff options
Diffstat (limited to 'components/gfx/text/mod.rs')
-rw-r--r-- | components/gfx/text/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/text/mod.rs b/components/gfx/text/mod.rs index 5aae0876428..24c434e2e69 100644 --- a/components/gfx/text/mod.rs +++ b/components/gfx/text/mod.rs @@ -9,4 +9,3 @@ pub mod glyph; pub mod shaping; pub mod text_run; pub mod util; - |