:loudspeaker: FYI we've just merged the PRs reform...
# development
g
📢 FYI we've just merged the PRs reformatting all our Rust code. If you have PRs with rust code, you will need to update these to have proper formatting before they can be merged. There is a script to help out with this; which you can find here: https://gist.github.com/tgolsson/d93ef9a167f13bc0dd6fef8af73d2128. Save this in the root of the repository, and then run
$file sync
to get started. This script will first help you get up to speed with the latest state on main, and then reapply the formatting to the branch.
🦀 3
🎉 4
b
Amazing! Nice work