Skip to content

Commit dbe1256

Browse files
committed
Fix warnings in testcrate
1 parent 1c9584f commit dbe1256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#![allow(clippy::missing_safety_doc)]
2+
#![allow(non_snake_case, non_camel_case_types)]
23

34
use std::os::raw::{c_char, c_int, c_long, c_void};
45

56
#[repr(C)]
6-
#[allow(non_snake_case, non_camel_case_types)]
77
pub struct lua_CompileOptions {
88
optimizationLevel: c_int,
99
debugLevel: c_int,

0 commit comments

Comments
 (0)