Skip to content

Commit ac346c1

Browse files
better names, remove useless refactor
1 parent f301558 commit ac346c1

File tree

4 files changed

+195
-143
lines changed

4 files changed

+195
-143
lines changed

tower-http/src/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pub trait ServiceBuilderExt<L>: sealed::Sealed<L> + Sized {
174174
Stack<
175175
crate::follow_redirect::FollowRedirectLayer<
176176
crate::follow_redirect::policy::Standard,
177-
crate::follow_redirect::PolicyExtension,
177+
crate::follow_redirect::UriAndPolicyExtensions,
178178
>,
179179
L,
180180
>,
@@ -486,7 +486,7 @@ impl<L> ServiceBuilderExt<L> for ServiceBuilder<L> {
486486
Stack<
487487
crate::follow_redirect::FollowRedirectLayer<
488488
crate::follow_redirect::policy::Standard,
489-
crate::follow_redirect::PolicyExtension,
489+
crate::follow_redirect::UriAndPolicyExtensions,
490490
>,
491491
L,
492492
>,

0 commit comments

Comments
 (0)