aboutsummaryrefslogtreecommitdiff
path: root/src/armv7/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/armv7/display.rs')
-rw-r--r--src/armv7/display.rs2
1 files changed, 1 insertions, 1 deletions
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