From 5c88b5172f3b00c838a1ce825f67d28f0ff01b65 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Thu, 25 Jun 2020 13:57:29 -0700 Subject: [PATCH] add exception for liballoc benches to tidy Signed-off-by: Nell Shamrell --- src/tools/tidy/src/pal.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 247e85603cf..7e77ae1db0d 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -67,6 +67,7 @@ const EXCEPTION_PATHS: &[&str] = &[ // std testing crates, okay for now at least "src/libcore/tests", "src/liballoc/tests/lib.rs", + "src/liballoc/benches/lib.rs", // The `VaList` implementation must have platform specific code. // The Windows implementation of a `va_list` is always a character // pointer regardless of the target architecture. As a result,