There was an error while loading. Please reload this page.
1 parent fd1f724 commit 86435f0Copy full SHA for 86435f0
2 files changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v6
28
- uses: actions-rs/toolchain@v1
29
with:
30
- toolchain: stable
+ toolchain: nightly
31
override: true
32
components: rustfmt, clippy
33
- name: Style check
src/client/layer/client.rs
@@ -232,6 +232,7 @@ where
232
}
233
234
235
+ #[allow(clippy::result_large_err)]
236
async fn try_send_request(
237
&self,
238
mut req: Request<B>,
@@ -751,6 +752,7 @@ impl<B> PoolClient<B> {
751
752
753
impl<B: Body + 'static> PoolClient<B> {
754
#[inline]
755
756
fn try_send_request(
757
&mut self,
758
req: Request<B>,
0 commit comments