add exception for liballoc benches to tidy

Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
This commit is contained in:
Nell Shamrell 2020-06-25 13:57:29 -07:00
parent f13d89eb2e
commit 5c88b5172f

View file

@ -67,6 +67,7 @@ const EXCEPTION_PATHS: &[&str] = &[
// std testing crates, okay for now at least // std testing crates, okay for now at least
"src/libcore/tests", "src/libcore/tests",
"src/liballoc/tests/lib.rs", "src/liballoc/tests/lib.rs",
"src/liballoc/benches/lib.rs",
// The `VaList` implementation must have platform specific code. // The `VaList` implementation must have platform specific code.
// The Windows implementation of a `va_list` is always a character // The Windows implementation of a `va_list` is always a character
// pointer regardless of the target architecture. As a result, // pointer regardless of the target architecture. As a result,