Skip to content

Commit ce27617

Browse files
committed
Remove warnings in libc-test
1 parent 476b982 commit ce27617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc-test/test/linux_fcntl.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#![allow(bad_style, improper_ctypes)]
1+
#![allow(bad_style, improper_ctypes, unused)]
2+
23
extern crate libc;
34

45
use libc::*;

0 commit comments

Comments
 (0)