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 1c9584f commit dbe1256Copy full SHA for dbe1256
testcrate/src/lib.rs
@@ -1,9 +1,9 @@
1
#![allow(clippy::missing_safety_doc)]
2
+#![allow(non_snake_case, non_camel_case_types)]
3
4
use std::os::raw::{c_char, c_int, c_long, c_void};
5
6
#[repr(C)]
-#[allow(non_snake_case, non_camel_case_types)]
7
pub struct lua_CompileOptions {
8
optimizationLevel: c_int,
9
debugLevel: c_int,
0 commit comments