We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b982 commit ce27617Copy full SHA for ce27617
libc-test/test/linux_fcntl.rs
@@ -1,4 +1,5 @@
1
-#![allow(bad_style, improper_ctypes)]
+#![allow(bad_style, improper_ctypes, unused)]
2
+
3
extern crate libc;
4
5
use libc::*;
0 commit comments