From e37e46b15511cf498d04e22acef29ac942a85a95 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Fri, 28 Jun 2019 21:32:27 +0200 Subject: [PATCH] Remove comment that contradicts code (#992) --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 10fbce45..22c9f23b 100644 --- a/src/window.rs +++ b/src/window.rs @@ -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, }