mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-22 15:45:35 -04:00
c36edc7261
Vec::from_iter's general case allocates the vector up front; this is redundant for the TrustedLen case, and can then be avoided to reduce the size of the code.