warnings: Fix and silence

This commit is contained in:
Dorota Czaplejewicz
2019-10-09 08:15:03 +00:00
parent da5a83f367
commit 10bad4ebe3
4 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#[macro_use]
extern crate bitflags;
#[macro_use]
#[allow(unused_imports)]
#[macro_use] // only for tests
extern crate maplit;
extern crate serde;
extern crate xkbcommon;