chore: Fix clippy lint (#1181)
This commit is contained in:
@@ -16,6 +16,12 @@ impl GrpcWebLayer {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for GrpcWebLayer {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl<S> Layer<S> for GrpcWebLayer
|
||||
where
|
||||
S: Service<http::Request<hyper::Body>, Response = http::Response<BoxBody>>,
|
||||
|
||||
Reference in New Issue
Block a user