mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
6 lines
79 B
Text
6 lines
79 B
Text
|
#! /bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
find -name "*.rs" -exec rustfmt "$@" --edition 2021 {} +
|