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 6bcc120 commit 4258be9Copy full SHA for 4258be9
src/ffi.rs
@@ -1,5 +1,6 @@
1
use libc::c_char;
2
3
+#[allow(dead_code)]
4
#[repr(C)]
5
pub enum nfdresult_t {
6
NFD_ERROR,
0 commit comments