oli-obk / priroda

A graphical debugger for Rust MIR
Apache License 2.0
183 stars 13 forks source link

Format code using 'cargo fmt' #24

Closed Atul9 closed 4 years ago

oli-obk commented 4 years ago

I get that some things get worse, but I like autoformatting too much.

Since we have a large PR incoming with changes ( #23 ). I'd prefer to hold up on applying rustfmt to after that.

Atul9 commented 4 years ago

@oli-obk ok, once that PR is merged please me ping here & I can rebase this from master & update the PR

oli-obk commented 4 years ago

Thanks! will do

oli-obk commented 4 years ago

@Atul9 the other PR has been merged

Atul9 commented 4 years ago

@oli-obk done, I have branched-off from master & updated this PR

oli-obk commented 4 years ago

Ok, CI passes now. @Atul9 lmk whether you prefer to merge it as is or to address the formatting comments before merging (in which case we'll do it after the merge).

Atul9 commented 4 years ago

@oli-obk I prefer to merge it as is.