mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
b78e9f4fe3
Simplify the unix `Weak` functionality - We can avoid allocation by adding a NUL to the function name. - We can get `Option<F>` directly, rather than aliasing the inner `AtomicUsize`.