Remove usage of crate::ffi (clippy)

This commit is contained in:
Alex Orlenko
2023-04-14 00:36:31 +01:00
parent 98888883bc
commit aaf0a5e44a
18 changed files with 2 additions and 18 deletions
-1
View File
@@ -11,7 +11,6 @@ use {
};
use crate::error::{Error, Result};
use crate::ffi;
use crate::types::LuaRef;
/// Handle to an internal Lua string.