Skip to content

Commit 570fc11

Browse files
authored
refactor(app/core): remove unused reëxport (#3610)
Signed-off-by: katelyn martin <[email protected]>
1 parent fa94c2a commit 570fc11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linkerd/app/core/src/errors/respond.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ use crate::svc;
22
use http::header::{HeaderValue, LOCATION};
33
use linkerd_error::{Error, Result};
44
use linkerd_error_respond as respond;
5-
use linkerd_proxy_http::orig_proto;
6-
pub use linkerd_proxy_http::{ClientHandle, HasH2Reason};
5+
use linkerd_proxy_http::{orig_proto, ClientHandle};
76
use linkerd_stack::ExtractParam;
87
use pin_project::pin_project;
98
use std::{

0 commit comments

Comments
 (0)