add unreachable guard to client loop
This commit is contained in:
@@ -29,6 +29,8 @@ async fn main() -> Result<(), IoError> {
|
||||
);
|
||||
println!("Connected to {}", addr);
|
||||
Client::new(ws, global_state).run().await;
|
||||
|
||||
unreachable!();
|
||||
});
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user