Remove warnings in libc-test

This commit is contained in:
Alex Crichton 2017-08-21 17:01:12 -07:00
parent 476b9821dc
commit ce276177f2
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#![allow(bad_style, improper_ctypes)]
#![allow(bad_style, improper_ctypes, unused)]
extern crate libc;
use libc::*;