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 246ebe4 commit c92c816Copy full SHA for c92c816
om.yaml
@@ -25,14 +25,16 @@ ci:
25
systems:
26
- x86_64-linux
27
- aarch64-darwin
28
- cargo-clippy:
29
- type: devshell
30
- command:
31
- - just
32
- - clippy
33
- systems:
34
- - x86_64-linux
35
- - aarch64-darwin
+ # Disabled until upstream bug is fixed,
+ # https://github.com/rust-lang/rust-clippy/issues/14045
+ # cargo-clippy:
+ # type: devshell
+ # command:
+ # - just
+ # - clippy
+ # systems:
36
+ # - x86_64-linux
37
+ # - aarch64-darwin
38
cargo-doc:
39
type: devshell
40
command:
0 commit comments