From 3d645f4fd918af427e4b3ade56057966f4ac894f Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 11 Sep 2026 17:05:03 +0000 Subject: fix some lingering warnings --- src/armv7/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armv7/display.rs') diff --git a/src/armv7/display.rs b/src/armv7/display.rs index d8d67a2..ba89f50 100644 --- a/src/armv7/display.rs +++ b/src/armv7/display.rs @@ -1554,7 +1554,7 @@ mod buffer_sink { /// into. /// /// SAFETY: callers must print at most one instruction into this handle. - unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink { + unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> { self.content.clear(); // Safety: `content` was just cleared, so writing begins at the start of the buffer. // `content`is large enough to hold a fully-formatted instruction (see -- cgit v1.1