Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for nightly build (#1982)
# Description Our backend fails to compile using the nightly compiler. For some reason formatting the code generated for our contract bindings fails with `rustfmt` on nightly. Usually I would say that we should not change our code base to appease the nightly compiler but in this case we only stop formatting auto generate code that nobody (?) looks at anyway. And since this issue seems to have blocked some people in the past I think it's an OK trade-off. # Changes - [x] stop formatting auto generated contract bindings ## How to test `cargo +nightly build` does not fail
- Loading branch information