Closed
Bug 1507498
Opened 7 years ago
Closed 7 years ago
unused import: `crate::gecko_bindings::structs`
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
Details
Attachments
(1 file)
Recently started showing up:
17:48.75 warning: unused import: `crate::gecko_bindings::structs`
17:48.75 --> servo/components/style/gecko/selector_parser.rs:8:5
17:48.75 |
17:48.75 8 | use crate::gecko_bindings::structs;
17:48.75 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:48.76 |
17:48.76 = note: #[warn(unused_imports)] on by default
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → agaynor
Priority: -- → P1
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d31b10aff686
fixed an unused import warning; r=emilio
Keywords: checkin-needed
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•