Remove tidy exception for available_concurrency

This commit is contained in:
Christiaan Dirkx 2021-05-11 14:58:18 +02:00
parent 9063edaf3b
commit 05ec710c80

View File

@ -56,7 +56,6 @@ const EXCEPTION_PATHS: &[&str] = &[
"library/std/src/f32.rs",
"library/std/src/f64.rs",
"library/std/src/path.rs",
"library/std/src/thread/available_concurrency.rs",
"library/std/src/sys_common", // Should only contain abstractions over platforms
"library/std/src/net/test.rs", // Utility helpers for tests
];