Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F3774399: D2290.id5770.diff
Sun, Nov 24, 11:31
F3774397: D2290.id5768.diff
Sun, Nov 24, 11:30
F3774047: D2290.diff
Sun, Nov 24, 09:29
Unknown Object (File)
Fri, Nov 22, 18:42
Unknown Object (File)
Mon, Nov 18, 03:49
Unknown Object (File)
Mon, Nov 18, 03:49
Unknown Object (File)
Mon, Nov 18, 03:49
Unknown Object (File)
Mon, Nov 18, 02:54
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.