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 a08cc5b commit c5ef6caCopy full SHA for c5ef6ca
crates/dylib-dep/src/lib.rs
@@ -1,3 +1,5 @@
1
+#![allow(improper_ctypes_definitions)]
2
+
3
type Pos = (&'static str, u32);
4
5
macro_rules! pos {
0 commit comments