Skip to content

Commit

Permalink
clippy wanted me to fix this [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Mar 26, 2023
1 parent 82876e2 commit 624c10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lua.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1457,8 +1457,8 @@ impl<'lua> ToLua<'lua> for Value {

impl<'lua> FromLua<'lua> for Value {
fn from_lua(value: MluaValue, lua: &mlua::Lua) -> mlua::Result<Self> {
fn table_conversion<'lua>(
table: Table<'lua>,
fn table_conversion(
table: Table<'_>,
visited: &mut Vec<(*const c_void, Rc<ListConversionCell>)>,
lua: &Lua,
) -> mlua::Result<Value> {
Expand Down

0 comments on commit 624c10e

Please sign in to comment.