Skip to content

Commit 654b8af

Browse files
committed
Allow improper_ctypes
1 parent ea02160 commit 654b8af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
dead_code,
33
non_snake_case,
44
non_camel_case_types,
5-
non_upper_case_globals
5+
non_upper_case_globals,
6+
improper_ctypes
67
)]
78

89
mod crossdb_sys {

0 commit comments

Comments
 (0)