Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F24559245: D2290.diff
Fri, Feb 27, 06:09
Unknown Object (File)
Thu, Feb 26, 12:54
Unknown Object (File)
Wed, Feb 25, 18:44
Unknown Object (File)
Wed, Feb 25, 18:38
Unknown Object (File)
Sat, Feb 21, 22:35
Unknown Object (File)
Sat, Feb 21, 22:27
Unknown Object (File)
Fri, Feb 20, 20:41
Unknown Object (File)
Fri, Feb 20, 20:34
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.