Spectests rust files should be ignored by rustfmt

This commit is contained in:
Syrus Akbary 2018-10-19 11:35:25 +02:00
parent 617b66aad7
commit 0624e7874e

3
rustfmt.toml Normal file
View File

@ -0,0 +1,3 @@
ignore = [
"src/spectests",
]