Remove comment that contradicts code (#992)
This commit is contained in:
parent
b8192ef6f6
commit
e37e46b155
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ pub struct WindowBuilder {
|
||||||
/// The attributes to use to create the window.
|
/// The attributes to use to create the window.
|
||||||
pub window: WindowAttributes,
|
pub window: WindowAttributes,
|
||||||
|
|
||||||
// Platform-specific configuration. Private.
|
// Platform-specific configuration.
|
||||||
pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes,
|
pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue