Skip to content

Commit 5e9c106

Browse files
committed
node/mod.rs: fix new clippy lint
1 parent f8f6836 commit 5e9c106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ impl<N: Marker> Node<N> {
711711
Ok(converted.pop().unwrap())
712712
}
713713

714-
pub fn display(&self) -> Display<N> {
714+
pub fn display(&self) -> Display<'_, N> {
715715
Display::from(self)
716716
}
717717

0 commit comments

Comments
 (0)