Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
54815c9c0b5a41c36c23b69a587573c9e2fd265c
/
.
/
util
/
run-rustfmt.sh
blob: caf2f86b4b52abbd7eb5df0d884fefc22219c179 [
file
] [
log
] [
blame
]
#!/bin/sh
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
find sw hw \
-
name
'*.rs'
\
-
exec rustfmt
--
check
{}
\;