diff options
Diffstat (limited to 'src/render_helpers/offscreen.rs')
| -rw-r--r-- | src/render_helpers/offscreen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_helpers/offscreen.rs b/src/render_helpers/offscreen.rs index 7798a481..dd2c6ccc 100644 --- a/src/render_helpers/offscreen.rs +++ b/src/render_helpers/offscreen.rs @@ -347,7 +347,7 @@ impl<'render> RenderElement<TtyRenderer<'render>> for OffscreenRenderElement { fn underlying_storage( &self, _renderer: &mut TtyRenderer<'render>, - ) -> Option<UnderlyingStorage> { + ) -> Option<UnderlyingStorage<'_>> { // If scanout for things other than Wayland buffers is implemented, this will need to take // the target GPU into account. None |
