chore: make clippy happy (#388)

Co-authored-by: hzlinyiyu <hzlinyiyu@corp.netease.com>
This commit is contained in:
Yiyu Lin
2024-03-25 21:26:06 +08:00
committed by GitHub
parent 6e6c73e4c7
commit b62f2ee0f7
9 changed files with 18 additions and 22 deletions
-1
View File
@@ -2,7 +2,6 @@
//!
//! Based on github.com/keplerproject/lua-compat-5.3
use std::convert::TryInto;
use std::mem;
use std::os::raw::{c_char, c_int, c_void};
use std::ptr;