Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F13392127: D2290.id5771.diff
Sat, Nov 22, 01:26
F13392120: D2290.id5768.diff
Sat, Nov 22, 01:26
F13381936: D2290.id5771.diff
Fri, Nov 21, 23:36
F13381145: D2290.diff
Fri, Nov 21, 23:27
F13374332: D2290.id5770.diff
Fri, Nov 21, 22:13
Unknown Object (File)
Tue, Nov 18, 17:30
Unknown Object (File)
Tue, Nov 18, 10:47
Unknown Object (File)
Mon, Nov 17, 08:31
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.