mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Remove comment that contradicts code (#992)
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user