Use http re-export in docs (#1554)

This commit is contained in:
Tshepang Mbambo
2022-11-20 21:48:41 +01:00
committed by GitHub
parent 8d2fb3618e
commit 3ab3e5f91d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub trait FromRequestParts<S>: Sized {
/// use axum::{
/// async_trait,
/// extract::FromRequest,
/// http::Request,
/// http::{self, Request},
/// };
///
/// struct MyExtractor;