Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 4, 15:39
Unknown Object (File)
Thu, Jul 3, 01:10
Unknown Object (File)
Tue, Jul 1, 01:59
Unknown Object (File)
Tue, Jul 1, 01:57
Unknown Object (File)
Mon, Jun 30, 20:05
Unknown Object (File)
Mon, Jun 30, 20:00
Unknown Object (File)
Sat, Jun 28, 12:43
Unknown Object (File)
Tue, Jun 17, 02:35
Subscribers
None

Details

Summary

As Vec is already a smart pointer, there isn't any need or benefit
to encapsulate it into another smart pointer.

Test Plan

Run a microservice, the routes are mounted as before.

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Passed
Unit
No Test Coverage
Branch
fix-box-vec
Build Status
Buildable 3559
Build 3808: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.May 31 2020, 00:26
This revision was automatically updated to reflect the committed changes.