about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNell Shamrell <nellshamrell@gmail.com>2020-06-25 13:57:29 -0700
committerNell Shamrell <nellshamrell@gmail.com>2020-06-25 13:57:29 -0700
commit5c88b5172f3b00c838a1ce825f67d28f0ff01b65 (patch)
tree504398c2d80d7373c96aeccc2c9a9ed6fe157dce /src
parentf13d89eb2ed30b26dea577985393c58e6dbd0bca (diff)
add exception for liballoc benches to tidy
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/pal.rs1
1 files changed, 1 insertions, 0 deletions
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,