6 lines
79 B
Bash
Executable File

#! /bin/bash
set -e
find -name "*.rs" -exec rustfmt "$@" --edition 2021 {} +