HomeDevCentral

Avoid Box<Vec<_>>

Description

Avoid Box<Vec<_>>

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.

Reviewers: amj

Reviewed By: amj

Differential Revision: https://devcentral.nasqueron.org/D2290

Details

Provenance
derecksonAuthored on May 30 2020, 23:05
derecksonPushed on Sep 13 2021, 19:46
derecksonPushed on Jun 1 2020, 17:31
Reviewer
amj
Differential Revision
D2290: Avoid Box<Vec<_>>
Parents
rLF490ed31d56c0: Fix typo
Branches
Unknown
Tags
Unknown