Various lint fixes

This commit is contained in:
Syrus
2019-06-13 21:01:29 +02:00
parent 1560849e40
commit 675caf042c
3 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,6 @@ use ::libc::DIR as libcDIR;
#[cfg(not(unix))]
type libcDIR = u8;
#[macro_use]
mod macros;