diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-06-26 00:39:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 00:39:17 -0700 |
| commit | 91a638d79447656d8af79e7baa6c7f31ad895b35 (patch) | |
| tree | cf4f04ebe8a032048d2461dac3e1ee4a44b06963 /src/tools | |
| parent | 97ccd9706885d801990372fb88c4ab52817338b9 (diff) | |
| parent | 5c88b5172f3b00c838a1ce825f67d28f0ff01b65 (diff) | |
Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=sfackler
disable collectionbenches for android Fixes #73535 Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/pal.rs | 1 |
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, |
