Skip to content

Commit

Permalink
Remove unused mut from long-linker-command-lines test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed May 29, 2020
1 parent 96dd469 commit 02cc593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn main() {
}

let linker_args = read_linker_args(&ok);
for mut arg in linker_args.split('S') {
for arg in linker_args.split('S') {
expected_libs.remove(arg);
}

Expand Down

0 comments on commit 02cc593

Please sign in to comment.