fix(rustup): Send changes

This commit is contained in:
Sean McArthur
2015-02-21 15:05:11 -08:00
parent 98b8c4b137
commit 4f5b97fefc
4 changed files with 7 additions and 13 deletions

View File

@@ -30,6 +30,9 @@ pub struct Request<W> {
_marker: PhantomData<W>,
}
//FIXME: remove once https://github.com/rust-lang/issues/22629 is fixed
unsafe impl<W> Send for Request<W> {}
impl<W> Request<W> {
/// Read the Request headers.
#[inline]