Skip to content

Commit 1351218

Browse files
fix doc
1 parent 6f722ed commit 1351218

File tree

1 file changed

+1
-1
lines changed
  • tower-http/src/follow_redirect

1 file changed

+1
-1
lines changed

tower-http/src/follow_redirect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ where
503503
pub struct RequestUri(pub Uri);
504504

505505
/// Response [`Extensions`][http::Extensions] value that contains the redirect [`Policy`] that
506-
/// was run before the last request of the redirect chain by a [`FollowRedirectExtension`] middleware.
506+
/// was run before the last request of the redirect chain by a [`FollowRedirect<S, P, UriAndPolicyExtensions>`] middleware.
507507
#[derive(Clone)]
508508
pub struct FollowedPolicy<P>(pub P);
509509

0 commit comments

Comments
 (0)