Skip to content

Commit b84c768

Browse files
committed
style: fix clippy lifetime lint
1 parent 4812420 commit b84c768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reader.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub struct KmlReader<B: BufRead, T: CoordType + FromStr + Default = f64> {
3030
_phantom: PhantomData<T>,
3131
}
3232

33-
impl<'a, T> KmlReader<&'a [u8], T>
33+
impl<T> KmlReader<&[u8], T>
3434
where
3535
T: CoordType + FromStr + Default,
3636
{

0 commit comments

Comments
 (0)