]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 08:14:30 +0000 (16:14 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 08:14:30 +0000 (16:14 +0800)
commitc88a6fe569bb599c0b2f8fa48a9d72ef9d717897
treeda13dbab62accffa6632a9f6b1571b15208becbd
parent2be44ceaa207f6a29f2c10399b524e8700ec173d
parentb439632a759447eb56a0190f6c838934bad1e3c7
Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichton

Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}

Fixes #48004