be 1.36 compatible

This commit is contained in:
Lokathor
2020-01-11 18:50:00 -07:00
parent 8ae9f173a2
commit 31133835a5
+1 -1
View File
@@ -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)
}
}