Part of #2930 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5235>
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
find -name "*.rs" -exec rustfmt "$@" --edition 2021 {} +
|