Closed
Bug 1316964
Opened 9 years ago
Closed 9 years ago
Make the append and assign methods on the rust nsstring types more generic
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
5.39 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
This is done by making them accept a `&T` where `T: AsRef<[$char_t]>` instead of a `&nsA[C]String`.
Assignee | ||
Comment 1•9 years ago
|
||
MozReview-Commit-ID: 5y30BnUDKsT
Attachment #8809943 -
Flags: review?(nfroyd)
![]() |
||
Updated•9 years ago
|
Attachment #8809943 -
Flags: review?(nfroyd) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e5c8e3d23cf2
Make the append and assign methods on the rust nsstring types more generic, r=froydnj
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•