diff --git a/gpu_display/src/gpu_display_win/window.rs b/gpu_display/src/gpu_display_win/window.rs index 9e76715673..9af6aec483 100644 --- a/gpu_display/src/gpu_display_win/window.rs +++ b/gpu_display/src/gpu_display_win/window.rs @@ -305,7 +305,7 @@ impl Window { /// Updates the rectangle in the window's client area to which gfxstream renders. pub fn update_virtual_display_projection( &self, - #[allow(unsed)] projection_box: &Box2D, + #[allow(unused)] projection_box: &Box2D, ) { // Safe because `Window` object won't outlive the HWND. #[cfg(feature = "gfxstream")]