diff --git a/src/client/mod.rs b/src/client/mod.rs index 38843e2..1588898 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -828,7 +828,6 @@ impl Future for IrcClientFuture { /// crate. An easy to use abstraction that does not require this knowledge is available via /// [`IrcReactors`](./reactor/struct.IrcReactor.html). pub struct PackedIrcClient(pub IrcClient, pub Box + Send + 'static>); ->>>>>>> develop #[cfg(test)] mod test {