#!/usr/bin/env bash
# Usage:
# ./format
#
# Run `rustfmt` on all the Rust source files in this project, modifying them in
# place. Usually, one would use `cargo fmt` for this task, but that seems to be
# broken for me at the moment.
RUSTFMT=""
if ; then
fi
RUST_FILES=
|