tools/trace-parser: Return impl Iterator rather than impl IntoIterator
FEATURE There is no point in returning an impl IntoIterator, so turn them to impl Iterator instead.
Loading
Please register or sign in to comment
FEATURE There is no point in returning an impl IntoIterator, so turn them to impl Iterator instead.