remove unstable language and feature
This commit is contained in:
		| @@ -141,15 +141,6 @@ pub fn wrap(body: ::hyper::Body) -> Body { | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[inline] | ||||
| pub fn take(body: &mut Body) -> Body { | ||||
|     use std::mem; | ||||
|     let inner = mem::replace(&mut body.inner, Inner::Hyper(::hyper::Body::empty())); | ||||
|     Body { | ||||
|         inner: inner, | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[inline] | ||||
| pub fn empty() -> Body { | ||||
|     Body { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user