Closed
Bug 1724895
Opened 3 years ago
Closed 3 years ago
QM: Introduce type alias for Result<Ok, QMResult>
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(1 file)
Assignee | ||
Comment 1•3 years ago
|
||
This patch introduces a new type alias OkOrErr for Result<Ok, QMResult> and also converts some existing occurencies of Result<Ok, QMResult> to OkOrErr.
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30c77a22d246
QM: Introduce type alias for Result<Ok, QMResult>; r=jari
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•