Page MenuHomeDevCentral

Avoid Box<Vec<_>>
ClosedPublic

Authored by dereckson on May 30 2020, 23:08.
Tags
None
Referenced Files
F10782402: D2290.diff
Sat, Jul 26, 17:25
Unknown Object (File)
Fri, Jul 25, 15:28
Unknown Object (File)
Wed, Jul 16, 05:57
Unknown Object (File)
Tue, Jul 15, 22:39
Unknown Object (File)
Tue, Jul 15, 19:21
Unknown Object (File)
Sun, Jul 13, 23:54
Unknown Object (File)
Sun, Jul 13, 18:14
Unknown Object (File)
Sat, Jul 12, 05:06
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 Not Applicable
Unit
Tests Not Applicable

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.