Skip to content

Commit 86435f0

Browse files
authored
ci: use nightly for style checks (#1222)
1 parent fd1f724 commit 86435f0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
- uses: actions-rs/toolchain@v1
2929
with:
30-
toolchain: stable
30+
toolchain: nightly
3131
override: true
3232
components: rustfmt, clippy
3333
- name: Style check

src/client/layer/client.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ where
232232
}
233233
}
234234

235+
#[allow(clippy::result_large_err)]
235236
async fn try_send_request(
236237
&self,
237238
mut req: Request<B>,
@@ -751,6 +752,7 @@ impl<B> PoolClient<B> {
751752

752753
impl<B: Body + 'static> PoolClient<B> {
753754
#[inline]
755+
#[allow(clippy::result_large_err)]
754756
fn try_send_request(
755757
&mut self,
756758
req: Request<B>,

0 commit comments

Comments
 (0)