We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6671d3c + 32f0a2f commit 0dd62c0Copy full SHA for 0dd62c0
.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
105
106
- name: clippy
107
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'windows-latest'
108
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
109
110
# Weird targets to catch non-portable code
0 commit comments