We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3e58e commit 753bd92Copy full SHA for 753bd92
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
PROTOC_VERSION: '3.20.3'
13
- clippy_rust_version: '1.79'
+ clippy_rust_version: '1.80'
14
15
jobs:
16
# Depends on all actions that are required for a "successful" CI run.
tests/src/decode_error.rs
@@ -56,7 +56,6 @@ fn test_decode_error_length_delimiter_too_large() {
56
);
57
}
58
59
-#[cfg(not(feature = "no-recursion-limit"))]
60
#[test]
61
fn test_decode_error_recursion_limit_reached() {
62
let recursve_message = {
0 commit comments