mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
78306f03ef
Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`
Remove the field `_dont_send_or_sync_me: PhantomData<*mut ()>` in favor of an explicit implementation of `!Send` and `!Sync`.