-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Compile warnings in components/script/dom/ #31927
Copy link
Copy link
Labels
E-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Description
After #31921 I get some compile warnings
warning: unused import: `std::mem`
--> components/script/dom/canvasrenderingcontext2d.rs:5:5
|
5 | use std::mem;
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `std::mem::replace`
--> components/script/dom/htmlscriptelement.rs:9:5
|
9 | use std::mem::replace;
| ^^^^^^^^^^^^^^^^^
@oluwatobiss Please make sure to not introduce compile warnings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.