Convert empty struct PlatformSpecific into empty type
This commit is contained in:
parent
bbe5fe9d71
commit
853e938096
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue