mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -86,9 +86,9 @@ impl<T> ClosableSender<T> {
|
|||||||
self.origin.read().unwrap().clone()
|
self.origin.read().unwrap().clone()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn close(&mut self) {
|
// fn close(&mut self) {
|
||||||
self.origin.write().unwrap().take();
|
// self.origin.write().unwrap().take();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user