Skip to content

Commit

Permalink
Remove tidy exception for available_concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
CDirkx committed Jun 21, 2021
1 parent 9063eda commit 05ec710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/tidy/src/pal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit 05ec710

Please sign in to comment.