mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
fix: remove unused imports (#31929)
This commit is contained in:
parent
72628303fb
commit
4d5bcdc057
2 changed files with 0 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use std::mem;
|
||||
|
||||
use canvas_traits::canvas::{Canvas2dMsg, CanvasId, CanvasMsg};
|
||||
use dom_struct::dom_struct;
|
||||
use euclid::default::{Point2D, Rect, Size2D};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue