Skip to content

Commit c5ef6ca

Browse files
committed
Fix a warning in dylib-dep
No need to care much about FFI representation here since we control both sides.
1 parent a08cc5b commit c5ef6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/dylib-dep/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(improper_ctypes_definitions)]
2+
13
type Pos = (&'static str, u32);
24

35
macro_rules! pos {

0 commit comments

Comments
 (0)