Files
rust/library/std/src
Jacob Pratt 387df6efb1 Rollup merge of #155532 - StepfenShawn:patch-1, r=jhpratt
Fix redundant boolean comparison in `Mutex::try_lock`

Simplify boolean return in `Mutex::try_lock`.
Replace `expr == false` with `!expr` for cleaner code.
2026-04-21 02:20:25 -04:00
..
2026-04-20 18:38:25 +10:00
2026-04-18 11:23:14 +04:00
2026-04-16 14:11:28 -07:00
2026-04-14 18:09:15 -04:00
2026-01-11 16:39:18 +03:00
2025-01-11 06:35:21 +02:00
2026-03-10 00:05:20 +01:00
2026-04-20 18:38:25 +10:00
2026-02-23 13:13:27 +01:00
2025-02-07 16:54:07 +01:00