Add missing `doc_cfg` feature to mlua-sys

This commit is contained in:
Alex Orlenko 2023-04-13 21:55:37 +01:00
parent 15dc0e9f23
commit 23b9cefdca
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)]
#![doc(test(attr(deny(warnings))))]
#![cfg_attr(docsrs, feature(doc_cfg))]
use std::os::raw::c_int;