Skip to content

Commit 3ac0872

Browse files
authored
Rollup merge of rust-lang#120916 - lnicola:sync-from-ra, r=lnicola
Subtree update of ` rust-analyzer` r? `@ghost`
2 parents db79df7 + 022af82 commit 3ac0872

File tree

378 files changed

+14636
-3027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+14636
-3027
lines changed

src/tools/rust-analyzer/.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
proc_macros: ${{ steps.filter.outputs.proc_macros }}
2929
steps:
3030
- uses: actions/checkout@v3
31-
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
31+
- uses: dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242
3232
id: filter
3333
with:
3434
filters: |
@@ -104,8 +104,8 @@ jobs:
104104
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
105105

106106
- name: clippy
107-
if: matrix.os == 'ubuntu-latest'
108-
run: cargo clippy --all-targets
107+
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
109109

110110
# Weird targets to catch non-portable code
111111
rust-cross:

0 commit comments

Comments
 (0)