Skip to content

Commit

Permalink
Remove unncessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
h-michael committed Feb 5, 2019
1 parent 6904fac commit 47a587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ impl Builder {
}
manifest.pkg.insert("rust".to_string(), pkg);

return manifest;
manifest
}

fn profile(&mut self,
Expand Down

0 comments on commit 47a587f

Please sign in to comment.