Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F24969142: D2290.id5771.diff
Sun, Mar 22, 04:12
F24969134: D2290.id5768.diff
Sun, Mar 22, 04:12
F24969022: D2290.diff
Sun, Mar 22, 04:03
F24966389: D2290.id5770.diff
Sat, Mar 21, 23:04
F24965282: D2290.id5771.diff
Sat, Mar 21, 20:51
Unknown Object (File)
Wed, Mar 18, 22:58
Unknown Object (File)
Wed, Mar 18, 09:29
Unknown Object (File)
Tue, Mar 17, 19:17
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 3557
Build 3806: 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.