Skip to content

Commit

Permalink
Merge pull request #1372 from erikas-taroza/fix-expand-missing-code
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Sep 19, 2023
2 parents d54eae7 + 9865e69 commit 764d00d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frb_codegen/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ fn run_cargo_expand(dir: &str) -> String {
// remove first and last line to get rid of wrapping module
let mut output = stdout.lines();
output.next();
output.next_back();
output
.collect::<Vec<_>>()
.join("\n")
Expand Down

0 comments on commit 764d00d

Please sign in to comment.