We should make sure the CI bails when the code isn't "cargo format" (currently it doesn't) and have a pre-commit hook that enforces this so that we minimize the changes of reintroducing divergence in the future.
(I'm postponing this for now because a lot of development is going on in the webgraph_reader branch. When merged into master it will be a good moment to format all the code and update the CI.)
... and currently isn't.
We should make sure the CI bails when the code isn't "cargo format" (currently it doesn't) and have a pre-commit hook that enforces this so that we minimize the changes of reintroducing divergence in the future.
(I'm postponing this for now because a lot of development is going on in the webgraph_reader branch. When merged into master it will be a good moment to format all the code and update the CI.)