Skip to content

Commit

Permalink
Add Clone implementation for GrpcWebLayer
Browse files Browse the repository at this point in the history
Signed-off-by: slinkydeveloper <[email protected]>
  • Loading branch information
slinkydeveloper committed Oct 25, 2022
1 parent 4b20717 commit 606cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-web/src/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tower_layer::Layer;
use tower_service::Service;

/// Layer implementing the grpc-web protocol.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct GrpcWebLayer {
_priv: (),
}
Expand Down

0 comments on commit 606cff6

Please sign in to comment.