We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58e4f2 commit 70326e8Copy full SHA for 70326e8
std/src/sync/rwlock/tests.rs
@@ -515,7 +515,7 @@ fn test_downgrade_observe() {
515
// Taken from the test `test_rwlock_downgrade` from:
516
// https://github.com/Amanieu/parking_lot/blob/master/src/rwlock.rs
517
518
- const W: usize = if cfg!(target_pointer_width = "64") { 100 } else { 20 };
+ const W: usize = 20;
519
const N: usize = 100;
520
521
// This test spawns `W` writer threads, where each will increment a counter `N` times, ensuring
0 commit comments