mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 22:33:42 -04:00
be 1.36 compatible
This commit is contained in:
+1
-1
@@ -625,7 +625,7 @@ impl<A: Arrayish> From<ArrayishVec<A>> for TinyVec<A> {
|
||||
#[inline(always)]
|
||||
#[must_use]
|
||||
fn from(arr: ArrayishVec<A>) -> Self {
|
||||
Self::Inline(arr)
|
||||
TinyVec::Inline(arr)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user