mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-02 00:11:50 +02:00
fix stable compatibility
This commit is contained in:
@@ -8,7 +8,7 @@ use actix::System;
|
|||||||
use actix_net::server::Server;
|
use actix_net::server::Server;
|
||||||
use actix_net::service::NewServiceExt;
|
use actix_net::service::NewServiceExt;
|
||||||
use actix_web::server::{HttpService, KeepAlive, ServiceConfig, StreamConfiguration};
|
use actix_web::server::{HttpService, KeepAlive, ServiceConfig, StreamConfiguration};
|
||||||
use actix_web::{client, test, App, HttpRequest};
|
use actix_web::{client, http, test, App, HttpRequest};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_custom_pipeline() {
|
fn test_custom_pipeline() {
|
||||||
|
Reference in New Issue
Block a user