Skip to content

Commit

Permalink
Rollup merge of rust-lang#120916 - lnicola:sync-from-ra, r=lnicola
Browse files Browse the repository at this point in the history
Subtree update of ` rust-analyzer`

r? `@ghost`
  • Loading branch information
matthiaskrgr authored Feb 11, 2024
2 parents db79df7 + 022af82 commit 3ac0872
Show file tree
Hide file tree
Showing 378 changed files with 14,636 additions and 3,027 deletions.
6 changes: 3 additions & 3 deletions src/tools/rust-analyzer/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
proc_macros: ${{ steps.filter.outputs.proc_macros }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
- uses: dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242
id: filter
with:
filters: |
Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std

- name: clippy
if: matrix.os == 'ubuntu-latest'
run: cargo clippy --all-targets
if: matrix.os == 'windows-latest'
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr

# Weird targets to catch non-portable code
rust-cross:
Expand Down
Loading

0 comments on commit 3ac0872

Please sign in to comment.