diff options
Diffstat (limited to 'luz/src/connection/read.rs')
-rw-r--r-- | luz/src/connection/read.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/luz/src/connection/read.rs b/luz/src/connection/read.rs index 3c61780..c2828ad 100644 --- a/luz/src/connection/read.rs +++ b/luz/src/connection/read.rs @@ -21,7 +21,6 @@ use super::{ }; pub struct Read { - // TODO: place iq hashmap here control_receiver: mpsc::Receiver<ReadControl>, stream: BoundJabberReader<Tls>, on_crash: oneshot::Sender<( |