Closed
Bug 1968259
Opened 3 months ago
Closed 2 months ago
Fix a clippy warning in toolkit/components/glean/api/src/ffi/object.rs
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox142 fixed)
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: asthetik, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=rust])
Attachments
(1 file)
Filling as a good first bug to learn workflows.
toolkit/components/glean/api/src/ffi/object.rs
72:25 warning unneeded `return` statement clippy::needless_return (clippy)
Link to the code:
https://searchfox.org/mozilla-central/source/toolkit/components/glean/api/src/ffi/object.rs#72
to run clippy:
./mach lint -W -l clippy toolkit/components/glean/api/
As the change is trivial, it is just to learn how to contribute to Firefox.
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Reporter | ||
Updated•3 months ago
|
Summary: Fix a clippy warning in xpcom/rust/xpcom/src/refptr.rs → Fix a clippy warning in toolkit/components/glean/api/src/ffi/object.rs
Updated•3 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → asthetiklee
Status: NEW → ASSIGNED
Pushed by sledru@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/14080e2c8b97
https://hg.mozilla.org/integration/autoland/rev/b4eb986b6adb
Remove unneeded `return` statement. r=sylvestre
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•