rustfmt.toml: don't ignore just any tests
path, only root one
This commit is contained in:
parent
3a6bf351a3
commit
4580f4ab3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user