Skip to content

Commit

Permalink
ci(clippy): Update to cargo clippy version 1.80 (#1128)
Browse files Browse the repository at this point in the history
Remove feature check for a feature that doesn't exist in the `tests` crate. This allows clippy to be updated.
  • Loading branch information
caspermeijn committed Aug 19, 2024
1 parent df3e58e commit 753bd92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROTOC_VERSION: '3.20.3'
clippy_rust_version: '1.79'
clippy_rust_version: '1.80'

jobs:
# Depends on all actions that are required for a "successful" CI run.
Expand Down
1 change: 0 additions & 1 deletion tests/src/decode_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ fn test_decode_error_length_delimiter_too_large() {
);
}

#[cfg(not(feature = "no-recursion-limit"))]
#[test]
fn test_decode_error_recursion_limit_reached() {
let recursve_message = {
Expand Down

0 comments on commit 753bd92

Please sign in to comment.