chore: fix and enforce compiler warnings on CI

This commit is contained in:
Dmitry Bogatov
2019-07-30 07:58:28 +00:00
committed by Friedel Ziegelmayer
parent b44c7928f2
commit 73298c0273
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
use crate::types::*;
pub use libc::{
calloc, exit, free, malloc, memcmp, memcpy, memmove, memset, realloc, strcat, strchr, strcmp,
strcpy, strcspn, strlen, strncmp, strncpy, strrchr, strspn, strstr, strtol, system,