mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
Fix/suppress warnings
This commit is contained in:
@ -23,7 +23,7 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
// create a channel
|
||||
let (tx, rx) = mpsc::channel::<()>();
|
||||
let stopper = tx.clone();
|
||||
let _stopper = tx.clone();
|
||||
|
||||
let bind = "127.0.0.1:8080";
|
||||
|
||||
|
Reference in New Issue
Block a user