Skip to content

[clazy] Fix allocating an unneeded temporary container

Carl Schwan requested to merge work/clazy-container into master

Instead of creating a new container and iterate over it, we wrap the loop in a lambda and use the lambda for the two initial container.

Merge request reports

Loading