diff --git a/rustfmt.sh b/rustfmt.sh index e609cd4..56ba329 100755 --- a/rustfmt.sh +++ b/rustfmt.sh @@ -1,2 +1,2 @@ #!/bin/bash -find . -type f -name '*.rs' -exec rustfmt {} + +find src -type f -name '*.rs' -exec rustfmt {} +