Merge pull request #219 from bjwbell/remove-deadcode-warning

Remove deadcode warning in BuilderAttribs
This commit is contained in:
tomaka 2015-01-23 09:40:41 +01:00
commit 36538b5634

View file

@ -155,6 +155,7 @@ pub struct WindowBuilder<'a> {
/// Attributes /// Attributes
struct BuilderAttribs<'a> { struct BuilderAttribs<'a> {
#[allow(dead_code)]
headless: bool, headless: bool,
strict: bool, strict: bool,
sharing: Option<&'a winimpl::Window>, sharing: Option<&'a winimpl::Window>,