fix an ambiguity warning/error thing

This commit is contained in:
Lokathor
2020-01-19 13:04:08 -07:00
parent 032ac155c9
commit cc35f01600
+1 -1
View File
@@ -84,7 +84,7 @@ pub use arrayvec::*;
#[cfg(feature = "alloc")]
mod tinyvec;
#[cfg(feature = "alloc")]
pub use tinyvec::*;
pub use crate::tinyvec::*;
// Replace with mem::take as soon as MSRV allows it
fn take<T: Default>(from: &mut T) -> T {