Skip to content

Commit 2434b62

Browse files
committed
fixup! Add function into_inner to Easy and Easy2 (alexcrichton#586)
1 parent 1e7c0b1 commit 2434b62

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/multi.rs

-5
Original file line numberDiff line numberDiff line change
@@ -982,11 +982,6 @@ impl<H> Easy2Handle<H> {
982982
self.easy.get_mut()
983983
}
984984

985-
/// Consumes the Easy2 handle, returning the underlying handler.
986-
pub fn into_inner(self) -> H {
987-
self.easy.into_inner()
988-
}
989-
990985
/// Same as `EasyHandle::set_token`
991986
pub fn set_token(&mut self, token: usize) -> Result<(), Error> {
992987
unsafe {

0 commit comments

Comments
 (0)