Files
pezkuwi-subxt/substrate/primitives/io
Alexander Kalankhodzhaev c594b10a80 Remove unnecessary cloning (#4263)
Seems like Externalities already [return a
vector](https://github.com/paritytech/polkadot-sdk/blob/ffbce2a817ec2e7c8b7ce49f7ed6794584f19667/substrate/primitives/externalities/src/lib.rs#L86),
so calling `to_vec` on a vector just results in an unneeded copying.

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
2024-04-24 09:30:47 +00:00
..
2024-04-24 09:30:47 +00:00
2023-09-04 12:02:32 +03:00

I/O host interface for Substrate runtime.

License: Apache-2.0