Skip to content

Commit 753bd92

Browse files
authored
ci(clippy): Update to cargo clippy version 1.80 (#1128)
Remove feature check for a feature that doesn't exist in the `tests` crate. This allows clippy to be updated.
1 parent df3e58e commit 753bd92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
PROTOC_VERSION: '3.20.3'
13-
clippy_rust_version: '1.79'
13+
clippy_rust_version: '1.80'
1414

1515
jobs:
1616
# Depends on all actions that are required for a "successful" CI run.

tests/src/decode_error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fn test_decode_error_length_delimiter_too_large() {
5656
);
5757
}
5858

59-
#[cfg(not(feature = "no-recursion-limit"))]
6059
#[test]
6160
fn test_decode_error_recursion_limit_reached() {
6261
let recursve_message = {

0 commit comments

Comments
 (0)