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;