chore(ci): unpin clippy (#14167)

This commit is contained in:
Federico Gimenez
2025-02-03 17:09:46 +01:00
committed by GitHub
parent 65c3bd7eda
commit 440e6695b5
2 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,6 @@ jobs:
- uses: rui314/setup-mold@v1 - uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@clippy - uses: dtolnay/rust-toolchain@clippy
with: with:
toolchain: nightly-2025-01-16
components: clippy components: clippy
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
@ -54,7 +53,6 @@ jobs:
- uses: rui314/setup-mold@v1 - uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly
with: with:
toolchain: nightly-2025-01-16
components: clippy components: clippy
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:

View File

@ -2201,7 +2201,7 @@ mod tests {
match a { match a {
Ok(_) => panic!(), Ok(_) => panic!(),
Err(err) => match err { Err(err) => match err {
InboundConnectionError::IpBanned {} => { InboundConnectionError::IpBanned => {
assert_eq!(peer_manager.connection_info.num_pending_in, 0) assert_eq!(peer_manager.connection_info.num_pending_in, 0)
} }
_ => unreachable!(), _ => unreachable!(),