We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13d89e commit 5c88b51Copy full SHA for 5c88b51
src/tools/tidy/src/pal.rs
@@ -67,6 +67,7 @@ const EXCEPTION_PATHS: &[&str] = &[
67
// std testing crates, okay for now at least
68
"src/libcore/tests",
69
"src/liballoc/tests/lib.rs",
70
+ "src/liballoc/benches/lib.rs",
71
// The `VaList` implementation must have platform specific code.
72
// The Windows implementation of a `va_list` is always a character
73
// pointer regardless of the target architecture. As a result,
0 commit comments