From 853e938096376b006287c2ad2b3d566bda9efd07 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 12 Aug 2021 20:46:38 +0700 Subject: Convert empty struct `PlatformSpecific` into empty type --- winit/src/settings/other.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit') diff --git a/winit/src/settings/other.rs b/winit/src/settings/other.rs index a25beed0..b1103f62 100644 --- a/winit/src/settings/other.rs +++ b/winit/src/settings/other.rs @@ -1,3 +1,3 @@ /// The platform specific window settings of an application. #[derive(Debug, Clone, Copy, PartialEq, Eq, Default)] -pub struct PlatformSpecific {} +pub struct PlatformSpecific; -- cgit