mlua-sys: clippy

This commit is contained in:
Alex Orlenko 2023-04-14 00:31:06 +01:00
parent 65e72f39ae
commit 98888883bc
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
//! Low level bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau.
#![allow(non_camel_case_types, non_snake_case, dead_code)]
#![allow(clippy::missing_safety_doc)]
#![doc(test(attr(deny(warnings))))]
#![cfg_attr(docsrs, feature(doc_cfg))]