]> git.lizzy.rs Git - rust.git/commit
Ignore non .rs files for tidy libcoretest
authorvarkor <github@varkor.com>
Fri, 11 May 2018 16:04:50 +0000 (17:04 +0100)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 12 May 2018 14:39:05 +0000 (08:39 -0600)
commitae41d6c32fb5177a4ef4974cbad0ed16a9b0ec67
tree3c7e12801b6db4b284e343665ff0e734b0769d30
parent9d690d40d08026065feb52bee8c88b411381bcaa
Ignore non .rs files for tidy libcoretest

Previously, any file would be read, which is both unnecessary, and causes issues if irrelevant non-Unicode files were read (e.g. `.DS_STORE`).
src/tools/tidy/src/libcoretest.rs