Skip to content

Commit

Permalink
remove Clone for IL::Service (cloudwego#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
LYF1999 authored Mar 17, 2023
1 parent 54c942c commit 1e7f479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion volo-thrift/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volo-thrift"
version = "0.4.0"
version = "0.4.1"
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion volo-thrift/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ where
LB: MkLbLayer,
LB::Layer: Layer<IL::Service>,
<LB::Layer as Layer<IL::Service>>::Service:
Service<ClientContext, Req, Response = Option<Resp>> + 'static + Send + Clone + Sync,
Service<ClientContext, Req, Response = Option<Resp>> + 'static + Send + Sync,
<<LB::Layer as Layer<IL::Service>>::Service as Service<ClientContext, Req>>::Error: Into<Error>,
for<'cx> <<LB::Layer as Layer<IL::Service>>::Service as Service<ClientContext, Req>>::Future<'cx>:
Send,
Expand Down

0 comments on commit 1e7f479

Please sign in to comment.