Fix warnings during tests
The deny(warnings) attribute is now enabled for tests so we need to weed out these warnings as well.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![cfg_attr(test, allow(dead_code))]
|
||||
|
||||
use libc;
|
||||
|
||||
Reference in New Issue
Block a user