mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Add serve function and remove Server re-export (#1868)
This commit is contained in:
@@ -105,7 +105,7 @@ use axum_macros::__private_axum_test as test;
|
||||
pub(crate) mod test_helpers {
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use axum::{body::HttpBody, BoxError, Router};
|
||||
use axum::{extract::Request, response::Response, serve};
|
||||
|
||||
mod test_client {
|
||||
#![allow(dead_code)]
|
||||
|
||||
Reference in New Issue
Block a user