Convert empty struct PlatformSpecific into empty type

This commit is contained in:
Héctor Ramón Jiménez 2021-08-12 20:46:38 +07:00
parent bbe5fe9d71
commit 853e938096
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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;