remove lint suppression

This commit is contained in:
Robin Appelman 2019-03-18 17:32:25 +01:00
commit dc9e396c1f
2 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,3 @@
#![allow(dead_code)]
#![allow(unused_variables)]
extern crate libc;
#[macro_use]