There was an error while loading. Please reload this page.
cargo clippy
1 parent 32cfffb commit b0b6c93Copy full SHA for b0b6c93
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ permissions:
12
13
env:
14
PROTOC_VERSION: "3.25.3"
15
- clippy_rust_version: "1.89"
+ clippy_rust_version: "1.91"
16
17
jobs:
18
# Depends on all actions that are required for a "successful" CI run.
prost-types/Cargo.toml
@@ -29,5 +29,7 @@ proptest = "1"
29
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
30
31
[lints.clippy]
32
+# This lint has MSRV 1.87
33
+manual_is_multiple_of = "allow"
34
# This lint has MSRV 1.88
35
collapsible_if = "allow"
0 commit comments