rustfmt.toml: don't ignore just any tests path, only root one

This commit is contained in:
klensy
2024-01-11 14:59:59 +03:00
parent 3a6bf351a3
commit 4580f4ab3f
+1 -1
View File
@@ -13,7 +13,7 @@ ignore = [
# tests for now are not formatted, as they are sometimes pretty-printing constrained
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
"tests",
"/tests/",
# do not format submodules
# FIXME: sync submodule list with tidy/bootstrap/etc