fix(tools/depotfmt): cleanup rustfmt excludes

These directories don't exist anymore, so no need to have them in the
excludes.

Change-Id: Ie379b966a59295b833afaf31bf48213f50c756e0
Reviewed-on: https://cl.snix.dev/c/snix/+/30237
Tested-by: besadii
Autosubmit: Florian Klink <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
Florian Klink 2025-03-21 16:30:33 +00:00 committed by clbot
parent 66f45c2bf6
commit fdf7a68946

View file

@ -20,10 +20,6 @@ let
command = "${pkgs.rustfmt}/bin/rustfmt"
options = ["--edition", "2021"]
includes = [ "*.rs" ]
excludes = [
"users/emery/*",
"users/tazjin/*",
]
'';
# helper tool for formatting the depot interactively