Closed
Bug 1577504
Opened 1 year ago
Closed 1 year ago
Fix clippy lint issues for mozrunner
Categories
(Testing :: Mozbase Rust, task, P2)
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: dheiberg, Assigned: dheiberg)
Details
Attachments
(4 files)
As part of the effort to have Geckodriver and supporting crates pass Clippy linting, we should fix the lint issues raised in mozrunner.
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=1575263
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → dheiberg
Updated•1 year ago
|
Component: geckodriver → Mozbase Rust
Priority: -- → P2
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
When there is an input of either &self or &mut self, its lifetime is automatically assigned to the elided output lifetimes
Depends on D45355
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D45356
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D45357
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/autoland/rev/e52b51cf6569 Remove redundant field names r=jgraham https://hg.mozilla.org/integration/autoland/rev/ed5978118f06 Remove explicit lifetimes that can be elided r=jgraham https://hg.mozilla.org/integration/autoland/rev/abda0958db89 Remove redundant closures r=jgraham https://hg.mozilla.org/integration/autoland/rev/cc25750fd9e8 Replace single match with if let r=jgraham
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e52b51cf6569
https://hg.mozilla.org/mozilla-central/rev/ed5978118f06
https://hg.mozilla.org/mozilla-central/rev/abda0958db89
https://hg.mozilla.org/mozilla-central/rev/cc25750fd9e8
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•