Merge pull request #219 from bjwbell/remove-deadcode-warning
Remove deadcode warning in BuilderAttribs
This commit is contained in:
commit
36538b5634
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ pub struct WindowBuilder<'a> {
|
|||
|
||||
/// Attributes
|
||||
struct BuilderAttribs<'a> {
|
||||
#[allow(dead_code)]
|
||||
headless: bool,
|
||||
strict: bool,
|
||||
sharing: Option<&'a winimpl::Window>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue