use src dir instead of .

master
rasul 5 years ago
parent 6c0eb7a57d
commit 3b47837bdb

@ -1,2 +1,2 @@
#!/bin/bash
find . -type f -name '*.rs' -exec rustfmt {} +
find src -type f -name '*.rs' -exec rustfmt {} +

Loading…
Cancel
Save