diff --git a/src/lib.rs b/src/lib.rs index 436c0cff..f084296c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -154,6 +154,7 @@ pub struct WindowBuilder<'a> { /// Attributes struct BuilderAttribs<'a> { + #[allow(dead_code)] headless: bool, strict: bool, sharing: Option<&'a winimpl::Window>,