mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
Fix/suppress warnings
This commit is contained in:
@ -5,7 +5,6 @@ use std::time::Duration;
|
||||
|
||||
use actix_web::web::{Bytes, Data, Path};
|
||||
use actix_web::{web, App, Error, HttpResponse, HttpServer, Responder};
|
||||
use env_logger;
|
||||
use futures::{Stream, StreamExt};
|
||||
use tokio::sync::mpsc::{channel, Receiver, Sender};
|
||||
use tokio::time::{interval_at, Instant};
|
||||
|
Reference in New Issue
Block a user