Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F7588648: D2290.id5771.diff
Tue, Apr 29, 07:10
Unknown Object (File)
Sat, Apr 26, 09:28
Unknown Object (File)
Fri, Apr 18, 19:19
Unknown Object (File)
Wed, Apr 16, 17:34
Unknown Object (File)
Wed, Apr 16, 12:17
Unknown Object (File)
Tue, Apr 15, 23:54
Unknown Object (File)
Sun, Apr 13, 11:21
Unknown Object (File)
Fri, Apr 11, 09:10
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.