We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3cb0c commit e05ad7fCopy full SHA for e05ad7f
scripts/cargo.rs
@@ -42,7 +42,7 @@ fn main() {
42
"RUSTFLAGS",
43
env::var("RUSTFLAGS").unwrap_or(String::new()) + " -Cprefer-dynamic",
44
);
45
- std::array::IntoIter::new(["rustc".to_string()])
+ IntoIterator::into_iter(["rustc".to_string()])
46
.chain(env::args().skip(2))
47
.chain([
48
"--".to_string(),
@@ -56,7 +56,7 @@ fn main() {
56
57
58
59
60
61
62
0 commit comments