Skip to content

Commit 1d12ac2

Browse files
committed
ci: Disable clippy
Until this bug is fixed, rust-lang/rust-clippy#14045
1 parent 2aa8406 commit 1d12ac2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

om.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ ci:
2525
systems:
2626
- x86_64-linux
2727
- aarch64-darwin
28-
cargo-clippy:
29-
type: devshell
30-
command:
31-
- just
32-
- clippy
33-
systems:
34-
- x86_64-linux
35-
- aarch64-darwin
28+
# Disabled until upstream bug is fixed,
29+
# https://github.com/rust-lang/rust-clippy/issues/14045
30+
# cargo-clippy:
31+
# type: devshell
32+
# command:
33+
# - just
34+
# - clippy
35+
# systems:
36+
# - x86_64-linux
37+
# - aarch64-darwin
3638
cargo-doc:
3739
type: devshell
3840
command:

0 commit comments

Comments
 (0)