mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
unit test: Remove unused import in fonts (#39614)
Remove unused import (`use base::generic_channel;`) Testing: Clippy ran successfully, no tests added Fixes: #39609 Signed-off-by: César Pedraza <cpedraza@unal.edu.co>
This commit is contained in:
parent
df9902e4d0
commit
9e380614ee
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ mod font_context {
|
|||
use std::thread;
|
||||
|
||||
use app_units::Au;
|
||||
use base::generic_channel;
|
||||
use compositing_traits::CrossProcessCompositorApi;
|
||||
use fonts::platform::font::PlatformFont;
|
||||
use fonts::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue