We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c82bdf commit 5d19a8aCopy full SHA for 5d19a8a
src/cmd/script.rs
@@ -610,9 +610,7 @@ fn emit_template(
610
.into_iter()
611
.map(|p| p.to_path_buf())
612
.collect();
613
- let mut defines: IndexSet<(String, Option<String>)> = IndexMap::new()
614
- .into_iter()
615
- .collect();
+ let mut defines: IndexSet<(String, Option<String>)> = IndexMap::new().into_iter().collect();
616
defines.extend(
617
src.defines
618
.iter()
0 commit comments