Remove unnecessary vec!
from create_temporary_table_with_items
invocations
#238
Labels
vec!
from create_temporary_table_with_items
invocations
#238
Currently we typically use
create_temporary_table_with_items
withvec!
. However, current implementation does not need to usevec!
because of the improvement of #218. We can simplify the implementation of caller sides.The text was updated successfully, but these errors were encountered: