Skip to content

Commit 4580f4a

Browse files
committed
rustfmt.toml: don't ignore just any tests path, only root one
1 parent 3a6bf35 commit 4580f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ignore = [
1313

1414
# tests for now are not formatted, as they are sometimes pretty-printing constrained
1515
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
16-
"tests",
16+
"/tests/",
1717

1818
# do not format submodules
1919
# FIXME: sync submodule list with tidy/bootstrap/etc

0 commit comments

Comments
 (0)