Skip to content

Commit 53e8dfb

Browse files
committed
Auto merge of #120920 - matthiaskrgr:rollup-jsryr8e, r=matthiaskrgr
Rollup of 10 pull requests Successful merges: - #117740 (Add some links and minor explanatory comments to `std::fmt`) - #118307 (Remove an unneeded helper from the tuple library code) - #119242 (Suggest less bug-prone construction of Duration in docs) - #119449 (Fix `clippy::correctness` in the library) - #120307 (core: add Duration constructors) - #120459 (Document various I/O descriptor/handle conversions) - #120729 (Update mdbook to 0.4.37) - #120763 (Suggest pattern tests when modifying exhaustiveness) - #120906 (Remove myself from some review rotations) - #120916 (Subtree update of ` rust-analyzer`) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 97741eb + 7c663dc commit 53e8dfb

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

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
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)