mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(ci): unpin clippy (#14167)
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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:
|
||||||
|
|||||||
@ -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!(),
|
||||||
|
|||||||
Reference in New Issue
Block a user