gstreamer/scripts/format-rust

6 lines
79 B
Bash
Executable file

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