uncomment impl Buffer for &mut [T]

This commit is contained in:
Szymon Walter 2018-03-19 17:05:01 +01:00
parent a8199f00d0
commit 0802005fa5

View file

@ -258,7 +258,7 @@ macro_rules! impl_slice {
}; };
} }
//impl_slice!(&'a mut [T], 'a); impl_slice!(&'b mut [T], 'b);
impl_slice!(Vec<T>); impl_slice!(Vec<T>);
impl_slice!(Box<[T]>); impl_slice!(Box<[T]>);