Remove comment that contradicts code (#992)

This commit is contained in:
Felix Rabe 2019-06-28 21:32:27 +02:00 committed by Osspial
parent b8192ef6f6
commit e37e46b155

View file

@ -71,7 +71,7 @@ pub struct WindowBuilder {
/// The attributes to use to create the window.
pub window: WindowAttributes,
// Platform-specific configuration. Private.
// Platform-specific configuration.
pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes,
}