1
Fork 0

Remove unnecessary path

This commit is contained in:
LinkTed 2020-08-27 16:09:57 +02:00
parent 6ed9bface6
commit 07ed6afc6d

View file

@ -133,7 +133,7 @@ fn add_to_ancillary_data<T>(
struct AncillaryDataIter<'a, T> {
data: &'a [u8],
phantom: crate::marker::PhantomData<T>,
phantom: PhantomData<T>,
}
impl<'a, T> AncillaryDataIter<'a, T> {