We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebbacb commit a62293fCopy full SHA for a62293f
1 file changed
crates/luars/src/lua_value/lua_table/native_table.rs
@@ -511,7 +511,7 @@ impl NativeTable {
511
if (*free_node).next != 0 {
512
(*free_node).next += Self::node_offset(free_node, mp);
513
}
514
- (*mp).set_key(&key);
+ (*mp).set_key(key);
515
(*mp).set_value_parts(value, tt);
516
(*mp).next = 0;
517
return ShortStrSetResult::Done {
0 commit comments