Files
rust/library
JohnTheCoolingFan 0453d5fe6f Cleaned up alloc::sync::Weak Clone implementation
Since both return points (tail and early return) return the same
expression and the only difference is whether inner is available, the
code that does the atomic operations and checks on inner was moved into
the if body and the only return is at the tail. Original comments
preserved.
2023-12-20 12:13:34 +03:00
..
2023-11-21 16:33:42 +01:00
2023-12-18 21:41:50 -05:00
2023-12-07 10:33:03 +08:00
2023-08-23 20:05:14 -04:00
2023-10-12 11:11:29 +02:00
2023-12-10 10:56:22 +08:00