You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang-tidy fix: Break for loop after moving unique_ptr (#109)
Clang-tidy thinks this moved message can still be used
in future iterations of the for loop, so we break
after move it.
Signed-off-by: Mauro Passerino <[email protected]>
0 commit comments