Skip to content

Commit 5c88b51

Browse files
committed
add exception for liballoc benches to tidy
Signed-off-by: Nell Shamrell <[email protected]>
1 parent f13d89e commit 5c88b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/pal.rs

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

0 commit comments

Comments
 (0)