Skip to content

Commit

Permalink
Remove warnings in libc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 22, 2017
1 parent 476b982 commit ce27617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc-test/test/linux_fcntl.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(bad_style, improper_ctypes)]
#![allow(bad_style, improper_ctypes, unused)]

extern crate libc;

use libc::*;
Expand Down

0 comments on commit ce27617

Please sign in to comment.