mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
762e58a218
Use the global queue implementation of Once when running on Xous. This gets us a thread-safe implementation, rather than using the non-threadsafe `unsupported` implementation. Signed-off-by: Sean Cross <sean@xobs.io>