mirror of
https://github.com/tokio-rs/axum.git
synced 2025-02-19 11:39:53 +01:00
Fix import
This commit is contained in:
parent
a128a672a1
commit
dda625759d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mod for_handlers {
|
|||
mod for_services {
|
||||
use super::*;
|
||||
use crate::service::get;
|
||||
use headers::HeaderValue;
|
||||
use http::header::HeaderValue;
|
||||
|
||||
#[tokio::test]
|
||||
async fn get_handles_head() {
|
||||
|
|
Loading…
Add table
Reference in a new issue