Skip to content
Snippets Groups Projects
Commit 5661df82 authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-config: load: Drop a needless call to .into_iter()

I think this is a leftover from a previous version of this expression.
parent a8a36615
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,6 @@ fn intersect_unrecognized_lists(
inputs
.iter_mut()
.map(|input: &'_ mut _| input.peek())
.into_iter()
.flatten()
.collect::<Vec<_>>(),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment