aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
116 stars 78 forks source link

Fix clippy error useless_vec #533

Closed p-alik closed 9 months ago

p-alik commented 10 months ago

Removed useless vec! macro

error: could not compile nitro-cli (lib) due to previous error



*Description of changes:*

The only commit of the PR contains a little code amendment with respect to [useless_vec](https://rust-lang.github.io/rust-clippy/master/index.html#/useless_vec)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.